Shades of Atlantis #9ECF47
Tints of Atlantis #9ECF47
RGB
CMYK
RGB Variations
Color information
#9ECF47 (or 0x9ECF47) is known color: Atlantis. HEX triplet: 9E, CF and 47. RGB value is (158,207,71). Sum of RGB (Red+Green+Blue) = 158+207+71=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF47 is #6130B8. Grayscale: #B1B1B1. Windows color (decimal): -6369465 or 4706206. OLE color: 4706206.
HSL color Cylindrical-coordinate representation of color #9ECF47: hue angle of 81.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ECF47 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 71 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.19 |
| HSL | 81.62º | 0.59% | 0.55% | - |
| HSV(B) | 81.62º | 0.66% | 0.81% | - |
| XYZ | 37.55 | 52.35 | 14.09 | - |
| YUV | 176.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 71 | 0.24 | 0 | 0.66 | 0.19 | 81.62 | 0.59 | 0.55 |
| Hex | 9E | CF | 47 | 18 | 0 | 42 | 13 | 52 | 3B | 37 |
| Octal | 236 | 317 | 107 | 30 | 0 | 102 | 23 | 122 | 73 | 67 |
| Binary | 10011110 | 11001111 | 1000111 | 11000 | 0 | 1000010 | 10011 | 1010010 | 111011 | 110111 |
Color Harmonies of #9ECF47
Complementary color
Monochromatic Colors of #9ECF47
Black with #9ECF47
Text Example
Text Example
White with #9ECF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF47; }
p { color: rgb(158,207,71); }
H1.HeaderClassName
{
color: #9ECF47;
}
.AnyTagClassName
{
color: #9ECF47;
}
</style>
background-color css
<style>
a { background-color: #9ECF47; }
a { background-color: rgb(158,207,71); }
div.DivClassName
{
background-color: #9ECF47;
}
.BgClassName
{
background-color: #9ECF47;
}
</style>
border-color css
<style>
span { border-color: #9ECF47; }
span { border-color: rgb(158,207,71); }
td.TdClassName
{
border-color: #9ECF47;
}
.TagClassName
{
border-color: #9ECF47;
}
</style>