Shades of Atlantis #8EEA2E
Tints of Atlantis #8EEA2E
RGB
CMYK
RGB Variations
Color information
#8EEA2E (or 0x8EEA2E) is known color: Atlantis. HEX triplet: 8E, EA and 2E. RGB value is (142,234,46). Sum of RGB (Red+Green+Blue) = 142+234+46=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA2E is #7115D1. Grayscale: #B9B9B9. Windows color (decimal): -7411154 or 3074702. OLE color: 3074702.
HSL color Cylindrical-coordinate representation of color #8EEA2E: hue angle of 89.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EEA2E is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 234 | 46 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.08 |
| HSL | 89.36º | 0.82% | 0.55% | - |
| HSV(B) | 89.36º | 0.8% | 0.92% | - |
| XYZ | 41.07 | 64.79 | 12.93 | - |
| YUV | 185.06 | 49.52 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 234 | 46 | 0.39 | 0 | 0.80 | 0.08 | 89.36 | 0.82 | 0.55 |
| Hex | 8E | EA | 2E | 27 | 0 | 50 | 8 | 59 | 52 | 37 |
| Octal | 216 | 352 | 56 | 47 | 0 | 120 | 10 | 131 | 122 | 67 |
| Binary | 10001110 | 11101010 | 101110 | 100111 | 0 | 1010000 | 1000 | 1011001 | 1010010 | 110111 |
Color Harmonies of #8EEA2E
Complementary color
Monochromatic Colors of #8EEA2E
Black with #8EEA2E
Text Example
Text Example
White with #8EEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEA2E; }
p { color: rgb(142,234,46); }
H1.HeaderClassName
{
color: #8EEA2E;
}
.AnyTagClassName
{
color: #8EEA2E;
}
</style>
background-color css
<style>
a { background-color: #8EEA2E; }
a { background-color: rgb(142,234,46); }
div.DivClassName
{
background-color: #8EEA2E;
}
.BgClassName
{
background-color: #8EEA2E;
}
</style>
border-color css
<style>
span { border-color: #8EEA2E; }
span { border-color: rgb(142,234,46); }
td.TdClassName
{
border-color: #8EEA2E;
}
.TagClassName
{
border-color: #8EEA2E;
}
</style>