Shades of Atlantis #9FD24E
Tints of Atlantis #9FD24E
RGB
CMYK
RGB Variations
Color information
#9FD24E (or 0x9FD24E) is known color: Atlantis. HEX triplet: 9F, D2 and 4E. RGB value is (159,210,78). Sum of RGB (Red+Green+Blue) = 159+210+78=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD24E is #602DB1. Grayscale: #B4B4B4. Windows color (decimal): -6303154 or 5165727. OLE color: 5165727.
HSL color Cylindrical-coordinate representation of color #9FD24E: hue angle of 83.18º 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 #9FD24E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 78 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.18 |
| HSL | 83.18º | 0.59% | 0.56% | - |
| HSV(B) | 83.18º | 0.63% | 0.82% | - |
| XYZ | 38.72 | 54.01 | 15.59 | - |
| YUV | 179.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 78 | 0.24 | 0 | 0.63 | 0.18 | 83.18 | 0.59 | 0.56 |
| Hex | 9F | D2 | 4E | 18 | 0 | 3F | 12 | 53 | 3B | 38 |
| Octal | 237 | 322 | 116 | 30 | 0 | 77 | 22 | 123 | 73 | 70 |
| Binary | 10011111 | 11010010 | 1001110 | 11000 | 0 | 111111 | 10010 | 1010011 | 111011 | 111000 |
Color Harmonies of #9FD24E
Complementary color
Monochromatic Colors of #9FD24E
Black with #9FD24E
Text Example
Text Example
White with #9FD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD24E; }
p { color: rgb(159,210,78); }
H1.HeaderClassName
{
color: #9FD24E;
}
.AnyTagClassName
{
color: #9FD24E;
}
</style>
background-color css
<style>
a { background-color: #9FD24E; }
a { background-color: rgb(159,210,78); }
div.DivClassName
{
background-color: #9FD24E;
}
.BgClassName
{
background-color: #9FD24E;
}
</style>
border-color css
<style>
span { border-color: #9FD24E; }
span { border-color: rgb(159,210,78); }
td.TdClassName
{
border-color: #9FD24E;
}
.TagClassName
{
border-color: #9FD24E;
}
</style>