Shades of Atlantis #9EC154
Tints of Atlantis #9EC154
RGB
CMYK
RGB Variations
Color information
#9EC154 (or 0x9EC154) is known color: Atlantis. HEX triplet: 9E, C1 and 54. RGB value is (158,193,84). Sum of RGB (Red+Green+Blue) = 158+193+84=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC154 is #613EAB. Grayscale: #AAAAAA. Windows color (decimal): -6373036 or 5554590. OLE color: 5554590.
HSL color Cylindrical-coordinate representation of color #9EC154: hue angle of 79.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EC154 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 84 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.24 |
| HSL | 79.27º | 0.47% | 0.54% | - |
| HSV(B) | 79.27º | 0.56% | 0.76% | - |
| XYZ | 34.77 | 46.05 | 15.44 | - |
| YUV | 170.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 84 | 0.18 | 0 | 0.56 | 0.24 | 79.27 | 0.47 | 0.54 |
| Hex | 9E | C1 | 54 | 12 | 0 | 38 | 18 | 4F | 2F | 36 |
| Octal | 236 | 301 | 124 | 22 | 0 | 70 | 30 | 117 | 57 | 66 |
| Binary | 10011110 | 11000001 | 1010100 | 10010 | 0 | 111000 | 11000 | 1001111 | 101111 | 110110 |
Color Harmonies of #9EC154
Complementary color
Monochromatic Colors of #9EC154
Black with #9EC154
Text Example
Text Example
White with #9EC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC154; }
p { color: rgb(158,193,84); }
H1.HeaderClassName
{
color: #9EC154;
}
.AnyTagClassName
{
color: #9EC154;
}
</style>
background-color css
<style>
a { background-color: #9EC154; }
a { background-color: rgb(158,193,84); }
div.DivClassName
{
background-color: #9EC154;
}
.BgClassName
{
background-color: #9EC154;
}
</style>
border-color css
<style>
span { border-color: #9EC154; }
span { border-color: rgb(158,193,84); }
td.TdClassName
{
border-color: #9EC154;
}
.TagClassName
{
border-color: #9EC154;
}
</style>