Shades of Atlantis #9EC94D
Tints of Atlantis #9EC94D
RGB
CMYK
RGB Variations
Color information
#9EC94D (or 0x9EC94D) is known color: Atlantis. HEX triplet: 9E, C9 and 4D. RGB value is (158,201,77). Sum of RGB (Red+Green+Blue) = 158+201+77=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC94D is #6136B2. Grayscale: #AEAEAE. Windows color (decimal): -6370995 or 5097886. OLE color: 5097886.
HSL color Cylindrical-coordinate representation of color #9EC94D: hue angle of 80.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC94D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 77 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.21 |
| HSL | 80.81º | 0.53% | 0.55% | - |
| HSV(B) | 80.81º | 0.62% | 0.79% | - |
| XYZ | 36.33 | 49.58 | 14.68 | - |
| YUV | 174.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 77 | 0.21 | 0 | 0.62 | 0.21 | 80.81 | 0.53 | 0.55 |
| Hex | 9E | C9 | 4D | 15 | 0 | 3E | 15 | 51 | 35 | 37 |
| Octal | 236 | 311 | 115 | 25 | 0 | 76 | 25 | 121 | 65 | 67 |
| Binary | 10011110 | 11001001 | 1001101 | 10101 | 0 | 111110 | 10101 | 1010001 | 110101 | 110111 |
Color Harmonies of #9EC94D
Complementary color
Monochromatic Colors of #9EC94D
Black with #9EC94D
Text Example
Text Example
White with #9EC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC94D; }
p { color: rgb(158,201,77); }
H1.HeaderClassName
{
color: #9EC94D;
}
.AnyTagClassName
{
color: #9EC94D;
}
</style>
background-color css
<style>
a { background-color: #9EC94D; }
a { background-color: rgb(158,201,77); }
div.DivClassName
{
background-color: #9EC94D;
}
.BgClassName
{
background-color: #9EC94D;
}
</style>
border-color css
<style>
span { border-color: #9EC94D; }
span { border-color: rgb(158,201,77); }
td.TdClassName
{
border-color: #9EC94D;
}
.TagClassName
{
border-color: #9EC94D;
}
</style>