Shades of Atlantis #9ECA54
Tints of Atlantis #9ECA54
RGB
CMYK
RGB Variations
Color information
#9ECA54 (or 0x9ECA54) is known color: Atlantis. HEX triplet: 9E, CA and 54. RGB value is (158,202,84). Sum of RGB (Red+Green+Blue) = 158+202+84=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA54 is #6135AB. Grayscale: #AFAFAF. Windows color (decimal): -6370732 or 5556894. OLE color: 5556894.
HSL color Cylindrical-coordinate representation of color #9ECA54: hue angle of 82.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ECA54 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 84 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.21 |
| HSL | 82.37º | 0.53% | 0.56% | - |
| HSV(B) | 82.37º | 0.58% | 0.79% | - |
| XYZ | 36.82 | 50.15 | 16.13 | - |
| YUV | 175.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 84 | 0.22 | 0 | 0.58 | 0.21 | 82.37 | 0.53 | 0.56 |
| Hex | 9E | CA | 54 | 16 | 0 | 3A | 15 | 52 | 35 | 38 |
| Octal | 236 | 312 | 124 | 26 | 0 | 72 | 25 | 122 | 65 | 70 |
| Binary | 10011110 | 11001010 | 1010100 | 10110 | 0 | 111010 | 10101 | 1010010 | 110101 | 111000 |
Color Harmonies of #9ECA54
Complementary color
Monochromatic Colors of #9ECA54
Black with #9ECA54
Text Example
Text Example
White with #9ECA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA54; }
p { color: rgb(158,202,84); }
H1.HeaderClassName
{
color: #9ECA54;
}
.AnyTagClassName
{
color: #9ECA54;
}
</style>
background-color css
<style>
a { background-color: #9ECA54; }
a { background-color: rgb(158,202,84); }
div.DivClassName
{
background-color: #9ECA54;
}
.BgClassName
{
background-color: #9ECA54;
}
</style>
border-color css
<style>
span { border-color: #9ECA54; }
span { border-color: rgb(158,202,84); }
td.TdClassName
{
border-color: #9ECA54;
}
.TagClassName
{
border-color: #9ECA54;
}
</style>