Shades of Atlantis #9ECF44
Tints of Atlantis #9ECF44
RGB
CMYK
RGB Variations
Color information
#9ECF44 (or 0x9ECF44) is known color: Atlantis. HEX triplet: 9E, CF and 44. RGB value is (158,207,68). Sum of RGB (Red+Green+Blue) = 158+207+68=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF44 is #6130BB. Grayscale: #B1B1B1. Windows color (decimal): -6369468 or 4509598. OLE color: 4509598.
HSL color Cylindrical-coordinate representation of color #9ECF44: hue angle of 81.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ECF44 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 68 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.19 |
| HSL | 81.15º | 0.59% | 0.54% | - |
| HSV(B) | 81.15º | 0.67% | 0.81% | - |
| XYZ | 37.46 | 52.31 | 13.59 | - |
| YUV | 176.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 68 | 0.24 | 0 | 0.67 | 0.19 | 81.15 | 0.59 | 0.54 |
| Hex | 9E | CF | 44 | 18 | 0 | 43 | 13 | 51 | 3B | 36 |
| Octal | 236 | 317 | 104 | 30 | 0 | 103 | 23 | 121 | 73 | 66 |
| Binary | 10011110 | 11001111 | 1000100 | 11000 | 0 | 1000011 | 10011 | 1010001 | 111011 | 110110 |
Color Harmonies of #9ECF44
Complementary color
Monochromatic Colors of #9ECF44
Black with #9ECF44
Text Example
Text Example
White with #9ECF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF44; }
p { color: rgb(158,207,68); }
H1.HeaderClassName
{
color: #9ECF44;
}
.AnyTagClassName
{
color: #9ECF44;
}
</style>
background-color css
<style>
a { background-color: #9ECF44; }
a { background-color: rgb(158,207,68); }
div.DivClassName
{
background-color: #9ECF44;
}
.BgClassName
{
background-color: #9ECF44;
}
</style>
border-color css
<style>
span { border-color: #9ECF44; }
span { border-color: rgb(158,207,68); }
td.TdClassName
{
border-color: #9ECF44;
}
.TagClassName
{
border-color: #9ECF44;
}
</style>