Shades of Atlantis #9ECB55
Tints of Atlantis #9ECB55
RGB
CMYK
RGB Variations
Color information
#9ECB55 (or 0x9ECB55) is known color: Atlantis. HEX triplet: 9E, CB and 55. RGB value is (158,203,85). Sum of RGB (Red+Green+Blue) = 158+203+85=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB55 is #6134AA. Grayscale: #B0B0B0. Windows color (decimal): -6370475 or 5622686. OLE color: 5622686.
HSL color Cylindrical-coordinate representation of color #9ECB55: hue angle of 82.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ECB55 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 85 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.20 |
| HSL | 82.88º | 0.53% | 0.56% | - |
| HSV(B) | 82.88º | 0.58% | 0.8% | - |
| XYZ | 37.1 | 50.64 | 16.41 | - |
| YUV | 176.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 85 | 0.22 | 0 | 0.58 | 0.20 | 82.88 | 0.53 | 0.56 |
| Hex | 9E | CB | 55 | 16 | 0 | 3A | 14 | 53 | 35 | 38 |
| Octal | 236 | 313 | 125 | 26 | 0 | 72 | 24 | 123 | 65 | 70 |
| Binary | 10011110 | 11001011 | 1010101 | 10110 | 0 | 111010 | 10100 | 1010011 | 110101 | 111000 |
Color Harmonies of #9ECB55
Complementary color
Monochromatic Colors of #9ECB55
Black with #9ECB55
Text Example
Text Example
White with #9ECB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB55; }
p { color: rgb(158,203,85); }
H1.HeaderClassName
{
color: #9ECB55;
}
.AnyTagClassName
{
color: #9ECB55;
}
</style>
background-color css
<style>
a { background-color: #9ECB55; }
a { background-color: rgb(158,203,85); }
div.DivClassName
{
background-color: #9ECB55;
}
.BgClassName
{
background-color: #9ECB55;
}
</style>
border-color css
<style>
span { border-color: #9ECB55; }
span { border-color: rgb(158,203,85); }
td.TdClassName
{
border-color: #9ECB55;
}
.TagClassName
{
border-color: #9ECB55;
}
</style>