Shades of Atlantis #9ECF49
Tints of Atlantis #9ECF49
RGB
CMYK
RGB Variations
Color information
#9ECF49 (or 0x9ECF49) is known color: Atlantis. HEX triplet: 9E, CF and 49. RGB value is (158,207,73). Sum of RGB (Red+Green+Blue) = 158+207+73=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF49 is #6130B6. Grayscale: #B1B1B1. Windows color (decimal): -6369463 or 4837278. OLE color: 4837278.
HSL color Cylindrical-coordinate representation of color #9ECF49: hue angle of 81.94º 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 #9ECF49 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 73 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.19 |
| HSL | 81.94º | 0.58% | 0.55% | - |
| HSV(B) | 81.94º | 0.65% | 0.81% | - |
| XYZ | 37.62 | 52.38 | 14.43 | - |
| YUV | 177.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 73 | 0.24 | 0 | 0.65 | 0.19 | 81.94 | 0.58 | 0.55 |
| Hex | 9E | CF | 49 | 18 | 0 | 41 | 13 | 52 | 3A | 37 |
| Octal | 236 | 317 | 111 | 30 | 0 | 101 | 23 | 122 | 72 | 67 |
| Binary | 10011110 | 11001111 | 1001001 | 11000 | 0 | 1000001 | 10011 | 1010010 | 111010 | 110111 |
Color Harmonies of #9ECF49
Complementary color
Monochromatic Colors of #9ECF49
Black with #9ECF49
Text Example
Text Example
White with #9ECF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF49; }
p { color: rgb(158,207,73); }
H1.HeaderClassName
{
color: #9ECF49;
}
.AnyTagClassName
{
color: #9ECF49;
}
</style>
background-color css
<style>
a { background-color: #9ECF49; }
a { background-color: rgb(158,207,73); }
div.DivClassName
{
background-color: #9ECF49;
}
.BgClassName
{
background-color: #9ECF49;
}
</style>
border-color css
<style>
span { border-color: #9ECF49; }
span { border-color: rgb(158,207,73); }
td.TdClassName
{
border-color: #9ECF49;
}
.TagClassName
{
border-color: #9ECF49;
}
</style>