#9FDE47

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

Shades of Atlantis #9FDE47

Tints of Atlantis #9FDE47

Color information

#9FDE47 (or 0x9FDE47) is unknown color: approx Atlantis. HEX triplet: 9F, DE and 47. RGB value is (159,222,71). Sum of RGB (Red+Green+Blue) = 159+222+71=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE47 is #6021B8. Grayscale: #BABABA. Windows color (decimal): -6300089 or 4710047. OLE color: 4710047.

HSL color Cylindrical-coordinate representation of color #9FDE47: hue angle of 85.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FDE47 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB15922271-
CMYK0.2800.680.13
HSL85.03º69.59%57.45%-
HSV(B)85.03º68.02%87.06%-
XYZ41.5660.0715.37-
YUV185.9563.13108.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 222 (87.11% from 255) = 49.12%
BLUE value IS 71 (28.12% from 255) = 15.71%
R=35.18%
G=49.12%
B=15.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159222710.2800.680.1385.0369.5957.45
Hex9FDE471C044D554639
Octal2373361073401041512510671
Binary100111111101111010001111110001000100110110101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,71); }

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

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

 a { background-color: rgb(159,222,71); }

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

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

 span { border-color: rgb(159,222,71); }

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