#9fd348

Color #9FD348 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9FD348

Tints of Atlantis #9FD348

Color information

#9FD348 (or 0x9FD348) is unknown color: approx Atlantis. HEX triplet: 9F, D3 and 48. RGB value is (159,211,72). Sum of RGB (Red+Green+Blue) = 159+211+72=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD348 is #602CB7. Grayscale: #B4B4B4. Windows color (decimal): -6302904 or 4772767. OLE color: 4772767.

HSL color Cylindrical-coordinate representation of color #9FD348: hue angle of 82.45º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FD348 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB15921172-
CMYK0.2500.660.17
HSL82.45º61.23%55.49%-
HSV(B)82.45º65.88%82.75%-
XYZ38.7654.4314.59-
YUV179.6167.27113.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 211 (82.81% from 255) = 47.74%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=35.97%
G=47.74%
B=16.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal159211720.2500.660.1782.4561.2355.49
Hex9FD3481904211523d37
Octal237323110310102211227567
Binary100111111101001110010001100101000010100011010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fd348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9fd348; }

 p { color: rgb(159,211,72); }

 H1.HeaderClassName
 {
   color: #9fd348;
 }
 .AnyTagClassName
 {
   color: #9fd348;
 }
</style>
background-color css

<style>
 a { background-color: #9fd348; }

 a { background-color: rgb(159,211,72); }

 div.DivClassName
 {
   background-color: #9fd348;
 }
 .BgClassName
 {
   background-color: #9fd348;
 }
</style>
border-color css

<style>
 span { border-color: #9fd348; }

 span { border-color: rgb(159,211,72); }

 td.TdClassName
 {
   border-color: #9fd348;
 }
 .TagClassName
 {
   border-color: #9fd348;
 }
</style>