Shades of Atlantis #9EC84D
Tints of Atlantis #9EC84D
RGB
CMYK
RGB Variations
Color information
#9EC84D (or 0x9EC84D) is known color: Atlantis. HEX triplet: 9E, C8 and 4D. RGB value is (158,200,77). Sum of RGB (Red+Green+Blue) = 158+200+77=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC84D is #6137B2. Grayscale: #ADADAD. Windows color (decimal): -6371251 or 5097630. OLE color: 5097630.
HSL color Cylindrical-coordinate representation of color #9EC84D: hue angle of 80.49º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC84D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 77 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.22 |
| HSL | 80.49º | 0.53% | 0.54% | - |
| HSV(B) | 80.49º | 0.62% | 0.78% | - |
| XYZ | 36.09 | 49.11 | 14.6 | - |
| YUV | 173.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 77 | 0.21 | 0 | 0.62 | 0.22 | 80.49 | 0.53 | 0.54 |
| Hex | 9E | C8 | 4D | 15 | 0 | 3E | 16 | 50 | 35 | 36 |
| Octal | 236 | 310 | 115 | 25 | 0 | 76 | 26 | 120 | 65 | 66 |
| Binary | 10011110 | 11001000 | 1001101 | 10101 | 0 | 111110 | 10110 | 1010000 | 110101 | 110110 |
Color Harmonies of #9EC84D
Complementary color
Monochromatic Colors of #9EC84D
Black with #9EC84D
Text Example
Text Example
White with #9EC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC84D; }
p { color: rgb(158,200,77); }
H1.HeaderClassName
{
color: #9EC84D;
}
.AnyTagClassName
{
color: #9EC84D;
}
</style>
background-color css
<style>
a { background-color: #9EC84D; }
a { background-color: rgb(158,200,77); }
div.DivClassName
{
background-color: #9EC84D;
}
.BgClassName
{
background-color: #9EC84D;
}
</style>
border-color css
<style>
span { border-color: #9EC84D; }
span { border-color: rgb(158,200,77); }
td.TdClassName
{
border-color: #9EC84D;
}
.TagClassName
{
border-color: #9EC84D;
}
</style>