Shades of Atlantis #8EEA40
Tints of Atlantis #8EEA40
RGB
CMYK
RGB Variations
Color information
#8EEA40 (or 0x8EEA40) is known color: Atlantis. HEX triplet: 8E, EA and 40. RGB value is (142,234,64). Sum of RGB (Red+Green+Blue) = 142+234+64=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA40 is #7115BF. Grayscale: #BBBBBB. Windows color (decimal): -7411136 or 4254350. OLE color: 4254350.
HSL color Cylindrical-coordinate representation of color #8EEA40: hue angle of 92.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EEA40 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 234 | 64 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.08 |
| HSL | 92.47º | 0.8% | 0.58% | - |
| HSV(B) | 92.47º | 0.73% | 0.92% | - |
| XYZ | 41.5 | 64.97 | 15.2 | - |
| YUV | 187.11 | 58.52 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 234 | 64 | 0.39 | 0 | 0.73 | 0.08 | 92.47 | 0.8 | 0.58 |
| Hex | 8E | EA | 40 | 27 | 0 | 49 | 8 | 5C | 50 | 3A |
| Octal | 216 | 352 | 100 | 47 | 0 | 111 | 10 | 134 | 120 | 72 |
| Binary | 10001110 | 11101010 | 1000000 | 100111 | 0 | 1001001 | 1000 | 1011100 | 1010000 | 111010 |
Color Harmonies of #8EEA40
Complementary color
Monochromatic Colors of #8EEA40
Black with #8EEA40
Text Example
Text Example
White with #8EEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEA40; }
p { color: rgb(142,234,64); }
H1.HeaderClassName
{
color: #8EEA40;
}
.AnyTagClassName
{
color: #8EEA40;
}
</style>
background-color css
<style>
a { background-color: #8EEA40; }
a { background-color: rgb(142,234,64); }
div.DivClassName
{
background-color: #8EEA40;
}
.BgClassName
{
background-color: #8EEA40;
}
</style>
border-color css
<style>
span { border-color: #8EEA40; }
span { border-color: rgb(142,234,64); }
td.TdClassName
{
border-color: #8EEA40;
}
.TagClassName
{
border-color: #8EEA40;
}
</style>