Shades of Atlantis #9ECB41
Tints of Atlantis #9ECB41
RGB
CMYK
RGB Variations
Color information
#9ECB41 (or 0x9ECB41) is known color: Atlantis. HEX triplet: 9E, CB and 41. RGB value is (158,203,65). Sum of RGB (Red+Green+Blue) = 158+203+65=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECB41 is #6134BE. Grayscale: #AEAEAE. Windows color (decimal): -6370495 or 4311966. OLE color: 4311966.
HSL color Cylindrical-coordinate representation of color #9ECB41: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ECB41 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 65 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.20 |
| HSL | 79.57º | 0.57% | 0.53% | - |
| HSV(B) | 79.57º | 0.68% | 0.8% | - |
| XYZ | 36.41 | 50.36 | 12.8 | - |
| YUV | 173.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 65 | 0.22 | 0 | 0.68 | 0.20 | 79.57 | 0.57 | 0.53 |
| Hex | 9E | CB | 41 | 16 | 0 | 44 | 14 | 50 | 39 | 35 |
| Octal | 236 | 313 | 101 | 26 | 0 | 104 | 24 | 120 | 71 | 65 |
| Binary | 10011110 | 11001011 | 1000001 | 10110 | 0 | 1000100 | 10100 | 1010000 | 111001 | 110101 |
Color Harmonies of #9ECB41
Complementary color
Monochromatic Colors of #9ECB41
Black with #9ECB41
Text Example
Text Example
White with #9ECB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB41; }
p { color: rgb(158,203,65); }
H1.HeaderClassName
{
color: #9ECB41;
}
.AnyTagClassName
{
color: #9ECB41;
}
</style>
background-color css
<style>
a { background-color: #9ECB41; }
a { background-color: rgb(158,203,65); }
div.DivClassName
{
background-color: #9ECB41;
}
.BgClassName
{
background-color: #9ECB41;
}
</style>
border-color css
<style>
span { border-color: #9ECB41; }
span { border-color: rgb(158,203,65); }
td.TdClassName
{
border-color: #9ECB41;
}
.TagClassName
{
border-color: #9ECB41;
}
</style>