Shades of Atlantis #9ECC40
Tints of Atlantis #9ECC40
RGB
CMYK
RGB Variations
Color information
#9ECC40 (or 0x9ECC40) is known color: Atlantis. HEX triplet: 9E, CC and 40. RGB value is (158,204,64). Sum of RGB (Red+Green+Blue) = 158+204+64=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECC40 is #6133BF. Grayscale: #AEAEAE. Windows color (decimal): -6370240 or 4246686. OLE color: 4246686.
HSL color Cylindrical-coordinate representation of color #9ECC40: hue angle of 79.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ECC40 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 64 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.2 |
| HSL | 79.71º | 0.58% | 0.53% | - |
| HSV(B) | 79.71º | 0.69% | 0.8% | - |
| XYZ | 36.62 | 50.82 | 12.73 | - |
| YUV | 174.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 64 | 0.23 | 0 | 0.69 | 0.2 | 79.71 | 0.58 | 0.53 |
| Hex | 9E | CC | 40 | 17 | 0 | 45 | 14 | 50 | 3A | 35 |
| Octal | 236 | 314 | 100 | 27 | 0 | 105 | 24 | 120 | 72 | 65 |
| Binary | 10011110 | 11001100 | 1000000 | 10111 | 0 | 1000101 | 10100 | 1010000 | 111010 | 110101 |
Color Harmonies of #9ECC40
Complementary color
Monochromatic Colors of #9ECC40
Black with #9ECC40
Text Example
Text Example
White with #9ECC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC40; }
p { color: rgb(158,204,64); }
H1.HeaderClassName
{
color: #9ECC40;
}
.AnyTagClassName
{
color: #9ECC40;
}
</style>
background-color css
<style>
a { background-color: #9ECC40; }
a { background-color: rgb(158,204,64); }
div.DivClassName
{
background-color: #9ECC40;
}
.BgClassName
{
background-color: #9ECC40;
}
</style>
border-color css
<style>
span { border-color: #9ECC40; }
span { border-color: rgb(158,204,64); }
td.TdClassName
{
border-color: #9ECC40;
}
.TagClassName
{
border-color: #9ECC40;
}
</style>