Shades of Atlantis #9ECB40
Tints of Atlantis #9ECB40
RGB
CMYK
RGB Variations
Color information
#9ECB40 (or 0x9ECB40) is known color: Atlantis. HEX triplet: 9E, CB and 40. RGB value is (158,203,64). Sum of RGB (Red+Green+Blue) = 158+203+64=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECB40 is #6134BF. Grayscale: #AEAEAE. Windows color (decimal): -6370496 or 4246430. OLE color: 4246430.
HSL color Cylindrical-coordinate representation of color #9ECB40: hue angle of 79.42º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ECB40 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 64 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.20 |
| HSL | 79.42º | 0.57% | 0.52% | - |
| HSV(B) | 79.42º | 0.68% | 0.8% | - |
| XYZ | 36.38 | 50.35 | 12.65 | - |
| YUV | 173.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 64 | 0.22 | 0 | 0.68 | 0.20 | 79.42 | 0.57 | 0.52 |
| Hex | 9E | CB | 40 | 16 | 0 | 44 | 14 | 4F | 39 | 34 |
| Octal | 236 | 313 | 100 | 26 | 0 | 104 | 24 | 117 | 71 | 64 |
| Binary | 10011110 | 11001011 | 1000000 | 10110 | 0 | 1000100 | 10100 | 1001111 | 111001 | 110100 |
Color Harmonies of #9ECB40
Complementary color
Monochromatic Colors of #9ECB40
Black with #9ECB40
Text Example
Text Example
White with #9ECB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB40; }
p { color: rgb(158,203,64); }
H1.HeaderClassName
{
color: #9ECB40;
}
.AnyTagClassName
{
color: #9ECB40;
}
</style>
background-color css
<style>
a { background-color: #9ECB40; }
a { background-color: rgb(158,203,64); }
div.DivClassName
{
background-color: #9ECB40;
}
.BgClassName
{
background-color: #9ECB40;
}
</style>
border-color css
<style>
span { border-color: #9ECB40; }
span { border-color: rgb(158,203,64); }
td.TdClassName
{
border-color: #9ECB40;
}
.TagClassName
{
border-color: #9ECB40;
}
</style>