Shades of Atlantis #9ECF40
Tints of Atlantis #9ECF40
RGB
CMYK
RGB Variations
Color information
#9ECF40 (or 0x9ECF40) is known color: Atlantis. HEX triplet: 9E, CF and 40. RGB value is (158,207,64). Sum of RGB (Red+Green+Blue) = 158+207+64=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF40 is #6130BF. Grayscale: #B0B0B0. Windows color (decimal): -6369472 or 4247454. OLE color: 4247454.
HSL color Cylindrical-coordinate representation of color #9ECF40: hue angle of 80.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ECF40 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 64 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.19 |
| HSL | 80.56º | 0.6% | 0.53% | - |
| HSV(B) | 80.56º | 0.69% | 0.81% | - |
| XYZ | 37.34 | 52.26 | 12.97 | - |
| YUV | 176.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 64 | 0.24 | 0 | 0.69 | 0.19 | 80.56 | 0.6 | 0.53 |
| Hex | 9E | CF | 40 | 18 | 0 | 45 | 13 | 51 | 3C | 35 |
| Octal | 236 | 317 | 100 | 30 | 0 | 105 | 23 | 121 | 74 | 65 |
| Binary | 10011110 | 11001111 | 1000000 | 11000 | 0 | 1000101 | 10011 | 1010001 | 111100 | 110101 |
Color Harmonies of #9ECF40
Complementary color
Monochromatic Colors of #9ECF40
Black with #9ECF40
Text Example
Text Example
White with #9ECF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF40; }
p { color: rgb(158,207,64); }
H1.HeaderClassName
{
color: #9ECF40;
}
.AnyTagClassName
{
color: #9ECF40;
}
</style>
background-color css
<style>
a { background-color: #9ECF40; }
a { background-color: rgb(158,207,64); }
div.DivClassName
{
background-color: #9ECF40;
}
.BgClassName
{
background-color: #9ECF40;
}
</style>
border-color css
<style>
span { border-color: #9ECF40; }
span { border-color: rgb(158,207,64); }
td.TdClassName
{
border-color: #9ECF40;
}
.TagClassName
{
border-color: #9ECF40;
}
</style>