Shades of Atlantis #8EE94D
Tints of Atlantis #8EE94D
RGB
CMYK
RGB Variations
Color information
#8EE94D (or 0x8EE94D) is known color: Atlantis. HEX triplet: 8E, E9 and 4D. RGB value is (142,233,77). Sum of RGB (Red+Green+Blue) = 142+233+77=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE94D is #7116B2. Grayscale: #BCBCBC. Windows color (decimal): -7411379 or 5106062. OLE color: 5106062.
HSL color Cylindrical-coordinate representation of color #8EE94D: hue angle of 95º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EE94D is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 77 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.09 |
| HSL | 95º | 0.78% | 0.61% | - |
| HSV(B) | 95º | 0.67% | 0.91% | - |
| XYZ | 41.63 | 64.56 | 17.29 | - |
| YUV | 188.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 77 | 0.39 | 0 | 0.67 | 0.09 | 95 | 0.78 | 0.61 |
| Hex | 8E | E9 | 4D | 27 | 0 | 43 | 9 | 5F | 4E | 3D |
| Octal | 216 | 351 | 115 | 47 | 0 | 103 | 11 | 137 | 116 | 75 |
| Binary | 10001110 | 11101001 | 1001101 | 100111 | 0 | 1000011 | 1001 | 1011111 | 1001110 | 111101 |
Color Harmonies of #8EE94D
Complementary color
Monochromatic Colors of #8EE94D
Black with #8EE94D
Text Example
Text Example
White with #8EE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE94D; }
p { color: rgb(142,233,77); }
H1.HeaderClassName
{
color: #8EE94D;
}
.AnyTagClassName
{
color: #8EE94D;
}
</style>
background-color css
<style>
a { background-color: #8EE94D; }
a { background-color: rgb(142,233,77); }
div.DivClassName
{
background-color: #8EE94D;
}
.BgClassName
{
background-color: #8EE94D;
}
</style>
border-color css
<style>
span { border-color: #8EE94D; }
span { border-color: rgb(142,233,77); }
td.TdClassName
{
border-color: #8EE94D;
}
.TagClassName
{
border-color: #8EE94D;
}
</style>