Shades of Atlantis #8ED94D
Tints of Atlantis #8ED94D
RGB
CMYK
RGB Variations
Color information
#8ED94D (or 0x8ED94D) is known color: Atlantis. HEX triplet: 8E, D9 and 4D. RGB value is (142,217,77). Sum of RGB (Red+Green+Blue) = 142+217+77=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED94D is #7126B2. Grayscale: #B3B3B3. Windows color (decimal): -7415475 or 5101966. OLE color: 5101966.
HSL color Cylindrical-coordinate representation of color #8ED94D: hue angle of 92.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ED94D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 217 | 77 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.15 |
| HSL | 92.14º | 0.65% | 0.58% | - |
| HSV(B) | 92.14º | 0.65% | 0.85% | - |
| XYZ | 37.31 | 55.91 | 15.85 | - |
| YUV | 178.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 217 | 77 | 0.35 | 0 | 0.65 | 0.15 | 92.14 | 0.65 | 0.58 |
| Hex | 8E | D9 | 4D | 23 | 0 | 41 | F | 5C | 41 | 3A |
| Octal | 216 | 331 | 115 | 43 | 0 | 101 | 17 | 134 | 101 | 72 |
| Binary | 10001110 | 11011001 | 1001101 | 100011 | 0 | 1000001 | 1111 | 1011100 | 1000001 | 111010 |
Color Harmonies of #8ED94D
Complementary color
Monochromatic Colors of #8ED94D
Black with #8ED94D
Text Example
Text Example
White with #8ED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED94D; }
p { color: rgb(142,217,77); }
H1.HeaderClassName
{
color: #8ED94D;
}
.AnyTagClassName
{
color: #8ED94D;
}
</style>
background-color css
<style>
a { background-color: #8ED94D; }
a { background-color: rgb(142,217,77); }
div.DivClassName
{
background-color: #8ED94D;
}
.BgClassName
{
background-color: #8ED94D;
}
</style>
border-color css
<style>
span { border-color: #8ED94D; }
span { border-color: rgb(142,217,77); }
td.TdClassName
{
border-color: #8ED94D;
}
.TagClassName
{
border-color: #8ED94D;
}
</style>