Shades of Atlantis #9ECF48
Tints of Atlantis #9ECF48
RGB
CMYK
RGB Variations
Color information
#9ECF48 (or 0x9ECF48) is known color: Atlantis. HEX triplet: 9E, CF and 48. RGB value is (158,207,72). Sum of RGB (Red+Green+Blue) = 158+207+72=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF48 is #6130B7. Grayscale: #B1B1B1. Windows color (decimal): -6369464 or 4771742. OLE color: 4771742.
HSL color Cylindrical-coordinate representation of color #9ECF48: hue angle of 81.78º 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 #9ECF48 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 72 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.19 |
| HSL | 81.78º | 0.58% | 0.55% | - |
| HSV(B) | 81.78º | 0.65% | 0.81% | - |
| XYZ | 37.58 | 52.36 | 14.26 | - |
| YUV | 176.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 72 | 0.24 | 0 | 0.65 | 0.19 | 81.78 | 0.58 | 0.55 |
| Hex | 9E | CF | 48 | 18 | 0 | 41 | 13 | 52 | 3A | 37 |
| Octal | 236 | 317 | 110 | 30 | 0 | 101 | 23 | 122 | 72 | 67 |
| Binary | 10011110 | 11001111 | 1001000 | 11000 | 0 | 1000001 | 10011 | 1010010 | 111010 | 110111 |
Color Harmonies of #9ECF48
Complementary color
Monochromatic Colors of #9ECF48
Black with #9ECF48
Text Example
Text Example
White with #9ECF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF48; }
p { color: rgb(158,207,72); }
H1.HeaderClassName
{
color: #9ECF48;
}
.AnyTagClassName
{
color: #9ECF48;
}
</style>
background-color css
<style>
a { background-color: #9ECF48; }
a { background-color: rgb(158,207,72); }
div.DivClassName
{
background-color: #9ECF48;
}
.BgClassName
{
background-color: #9ECF48;
}
</style>
border-color css
<style>
span { border-color: #9ECF48; }
span { border-color: rgb(158,207,72); }
td.TdClassName
{
border-color: #9ECF48;
}
.TagClassName
{
border-color: #9ECF48;
}
</style>