Shades of Atlantis #9ECB50
Tints of Atlantis #9ECB50
RGB
CMYK
RGB Variations
Color information
#9ECB50 (or 0x9ECB50) is known color: Atlantis. HEX triplet: 9E, CB and 50. RGB value is (158,203,80). Sum of RGB (Red+Green+Blue) = 158+203+80=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB50 is #6134AF. Grayscale: #AFAFAF. Windows color (decimal): -6370480 or 5295006. OLE color: 5295006.
HSL color Cylindrical-coordinate representation of color #9ECB50: hue angle of 81.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ECB50 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 80 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.20 |
| HSL | 81.95º | 0.54% | 0.55% | - |
| HSV(B) | 81.95º | 0.61% | 0.8% | - |
| XYZ | 36.9 | 50.56 | 15.4 | - |
| YUV | 175.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 80 | 0.22 | 0 | 0.61 | 0.20 | 81.95 | 0.54 | 0.55 |
| Hex | 9E | CB | 50 | 16 | 0 | 3D | 14 | 52 | 36 | 37 |
| Octal | 236 | 313 | 120 | 26 | 0 | 75 | 24 | 122 | 66 | 67 |
| Binary | 10011110 | 11001011 | 1010000 | 10110 | 0 | 111101 | 10100 | 1010010 | 110110 | 110111 |
Color Harmonies of #9ECB50
Complementary color
Monochromatic Colors of #9ECB50
Black with #9ECB50
Text Example
Text Example
White with #9ECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB50; }
p { color: rgb(158,203,80); }
H1.HeaderClassName
{
color: #9ECB50;
}
.AnyTagClassName
{
color: #9ECB50;
}
</style>
background-color css
<style>
a { background-color: #9ECB50; }
a { background-color: rgb(158,203,80); }
div.DivClassName
{
background-color: #9ECB50;
}
.BgClassName
{
background-color: #9ECB50;
}
</style>
border-color css
<style>
span { border-color: #9ECB50; }
span { border-color: rgb(158,203,80); }
td.TdClassName
{
border-color: #9ECB50;
}
.TagClassName
{
border-color: #9ECB50;
}
</style>