Shades of Atlantis #9ECE49
Tints of Atlantis #9ECE49
RGB
CMYK
RGB Variations
Color information
#9ECE49 (or 0x9ECE49) is known color: Atlantis. HEX triplet: 9E, CE and 49. RGB value is (158,206,73). Sum of RGB (Red+Green+Blue) = 158+206+73=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE49 is #6131B6. Grayscale: #B0B0B0. Windows color (decimal): -6369719 or 4837022. OLE color: 4837022.
HSL color Cylindrical-coordinate representation of color #9ECE49: hue angle of 81.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ECE49 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 73 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.19 |
| HSL | 81.65º | 0.58% | 0.55% | - |
| HSV(B) | 81.65º | 0.65% | 0.81% | - |
| XYZ | 37.37 | 51.89 | 14.35 | - |
| YUV | 176.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 73 | 0.23 | 0 | 0.65 | 0.19 | 81.65 | 0.58 | 0.55 |
| Hex | 9E | CE | 49 | 17 | 0 | 41 | 13 | 52 | 3A | 37 |
| Octal | 236 | 316 | 111 | 27 | 0 | 101 | 23 | 122 | 72 | 67 |
| Binary | 10011110 | 11001110 | 1001001 | 10111 | 0 | 1000001 | 10011 | 1010010 | 111010 | 110111 |
Color Harmonies of #9ECE49
Complementary color
Monochromatic Colors of #9ECE49
Black with #9ECE49
Text Example
Text Example
White with #9ECE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE49; }
p { color: rgb(158,206,73); }
H1.HeaderClassName
{
color: #9ECE49;
}
.AnyTagClassName
{
color: #9ECE49;
}
</style>
background-color css
<style>
a { background-color: #9ECE49; }
a { background-color: rgb(158,206,73); }
div.DivClassName
{
background-color: #9ECE49;
}
.BgClassName
{
background-color: #9ECE49;
}
</style>
border-color css
<style>
span { border-color: #9ECE49; }
span { border-color: rgb(158,206,73); }
td.TdClassName
{
border-color: #9ECE49;
}
.TagClassName
{
border-color: #9ECE49;
}
</style>