Shades of Atlantis #9ECF36
Tints of Atlantis #9ECF36
RGB
CMYK
RGB Variations
Color information
#9ECF36 (or 0x9ECF36) is known color: Atlantis. HEX triplet: 9E, CF and 36. RGB value is (158,207,54). Sum of RGB (Red+Green+Blue) = 158+207+54=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF36 is #6130C9. Grayscale: #AFAFAF. Windows color (decimal): -6369482 or 3592094. OLE color: 3592094.
HSL color Cylindrical-coordinate representation of color #9ECF36: hue angle of 79.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ECF36 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 54 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.19 |
| HSL | 79.22º | 0.61% | 0.51% | - |
| HSV(B) | 79.22º | 0.74% | 0.81% | - |
| XYZ | 37.08 | 52.16 | 11.6 | - |
| YUV | 174.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 54 | 0.24 | 0 | 0.74 | 0.19 | 79.22 | 0.61 | 0.51 |
| Hex | 9E | CF | 36 | 18 | 0 | 4A | 13 | 4F | 3D | 33 |
| Octal | 236 | 317 | 66 | 30 | 0 | 112 | 23 | 117 | 75 | 63 |
| Binary | 10011110 | 11001111 | 110110 | 11000 | 0 | 1001010 | 10011 | 1001111 | 111101 | 110011 |
Color Harmonies of #9ECF36
Complementary color
Monochromatic Colors of #9ECF36
Black with #9ECF36
Text Example
Text Example
White with #9ECF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF36; }
p { color: rgb(158,207,54); }
H1.HeaderClassName
{
color: #9ECF36;
}
.AnyTagClassName
{
color: #9ECF36;
}
</style>
background-color css
<style>
a { background-color: #9ECF36; }
a { background-color: rgb(158,207,54); }
div.DivClassName
{
background-color: #9ECF36;
}
.BgClassName
{
background-color: #9ECF36;
}
</style>
border-color css
<style>
span { border-color: #9ECF36; }
span { border-color: rgb(158,207,54); }
td.TdClassName
{
border-color: #9ECF36;
}
.TagClassName
{
border-color: #9ECF36;
}
</style>