Shades of Atlantis #9EC04E
Tints of Atlantis #9EC04E
RGB
CMYK
RGB Variations
Color information
#9EC04E (or 0x9EC04E) is known color: Atlantis. HEX triplet: 9E, C0 and 4E. RGB value is (158,192,78). Sum of RGB (Red+Green+Blue) = 158+192+78=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC04E is #613FB1. Grayscale: #A9A9A9. Windows color (decimal): -6373298 or 5161118. OLE color: 5161118.
HSL color Cylindrical-coordinate representation of color #9EC04E: hue angle of 77.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC04E is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 78 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.25 |
| HSL | 77.89º | 0.48% | 0.53% | - |
| HSV(B) | 77.89º | 0.59% | 0.75% | - |
| XYZ | 34.33 | 45.52 | 14.18 | - |
| YUV | 168.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 78 | 0.18 | 0 | 0.59 | 0.25 | 77.89 | 0.48 | 0.53 |
| Hex | 9E | C0 | 4E | 12 | 0 | 3B | 19 | 4E | 30 | 35 |
| Octal | 236 | 300 | 116 | 22 | 0 | 73 | 31 | 116 | 60 | 65 |
| Binary | 10011110 | 11000000 | 1001110 | 10010 | 0 | 111011 | 11001 | 1001110 | 110000 | 110101 |
Color Harmonies of #9EC04E
Complementary color
Monochromatic Colors of #9EC04E
Black with #9EC04E
Text Example
Text Example
White with #9EC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC04E; }
p { color: rgb(158,192,78); }
H1.HeaderClassName
{
color: #9EC04E;
}
.AnyTagClassName
{
color: #9EC04E;
}
</style>
background-color css
<style>
a { background-color: #9EC04E; }
a { background-color: rgb(158,192,78); }
div.DivClassName
{
background-color: #9EC04E;
}
.BgClassName
{
background-color: #9EC04E;
}
</style>
border-color css
<style>
span { border-color: #9EC04E; }
span { border-color: rgb(158,192,78); }
td.TdClassName
{
border-color: #9EC04E;
}
.TagClassName
{
border-color: #9EC04E;
}
</style>