Shades of Atlantis #9ECE50
Tints of Atlantis #9ECE50
RGB
CMYK
RGB Variations
Color information
#9ECE50 (or 0x9ECE50) is known color: Atlantis. HEX triplet: 9E, CE and 50. RGB value is (158,206,80). Sum of RGB (Red+Green+Blue) = 158+206+80=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE50 is #6131AF. Grayscale: #B1B1B1. Windows color (decimal): -6369712 or 5295774. OLE color: 5295774.
HSL color Cylindrical-coordinate representation of color #9ECE50: hue angle of 82.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ECE50 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 80 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.19 |
| HSL | 82.86º | 0.56% | 0.56% | - |
| HSV(B) | 82.86º | 0.61% | 0.81% | - |
| XYZ | 37.62 | 51.99 | 15.64 | - |
| YUV | 177.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 80 | 0.23 | 0 | 0.61 | 0.19 | 82.86 | 0.56 | 0.56 |
| Hex | 9E | CE | 50 | 17 | 0 | 3D | 13 | 53 | 38 | 38 |
| Octal | 236 | 316 | 120 | 27 | 0 | 75 | 23 | 123 | 70 | 70 |
| Binary | 10011110 | 11001110 | 1010000 | 10111 | 0 | 111101 | 10011 | 1010011 | 111000 | 111000 |
Color Harmonies of #9ECE50
Complementary color
Monochromatic Colors of #9ECE50
Black with #9ECE50
Text Example
Text Example
White with #9ECE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE50; }
p { color: rgb(158,206,80); }
H1.HeaderClassName
{
color: #9ECE50;
}
.AnyTagClassName
{
color: #9ECE50;
}
</style>
background-color css
<style>
a { background-color: #9ECE50; }
a { background-color: rgb(158,206,80); }
div.DivClassName
{
background-color: #9ECE50;
}
.BgClassName
{
background-color: #9ECE50;
}
</style>
border-color css
<style>
span { border-color: #9ECE50; }
span { border-color: rgb(158,206,80); }
td.TdClassName
{
border-color: #9ECE50;
}
.TagClassName
{
border-color: #9ECE50;
}
</style>