#99D24E

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

Shades of Atlantis #99D24E

Tints of Atlantis #99D24E

Color information

#99D24E (or 0x99D24E) is unknown color: approx Atlantis. HEX triplet: 99, D2 and 4E. RGB value is (153,210,78). Sum of RGB (Red+Green+Blue) = 153+210+78=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #99D24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D24E is #662DB1. Grayscale: #B2B2B2. Windows color (decimal): -6696370 or 5165721. OLE color: 5165721.

HSL color Cylindrical-coordinate representation of color #99D24E: hue angle of 85.91º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99D24E is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB15321078-
CMYK0.2700.630.18
HSL85.91º59.46%56.47%-
HSV(B)85.91º62.86%82.35%-
XYZ37.5653.4215.54-
YUV177.9171.62110.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=34.69%
G=47.62%
B=17.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153210780.2700.630.1885.9159.4656.47
Hex99D24E1B03F12563b38
Octal23132211633077221267370
Binary10011001110100101001110110110111111100101010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D24E; }

 p { color: rgb(153,210,78); }

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

<style>
 a { background-color: #99D24E; }

 a { background-color: rgb(153,210,78); }

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

<style>
 span { border-color: #99D24E; }

 span { border-color: rgb(153,210,78); }

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