Shades of Atlantis #8EEA51
Tints of Atlantis #8EEA51
RGB
CMYK
RGB Variations
Color information
#8EEA51 (or 0x8EEA51) is known color: Atlantis. HEX triplet: 8E, EA and 51. RGB value is (142,234,81). Sum of RGB (Red+Green+Blue) = 142+234+81=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEA51 is #7115AE. Grayscale: #BDBDBD. Windows color (decimal): -7411119 or 5368462. OLE color: 5368462.
HSL color Cylindrical-coordinate representation of color #8EEA51: hue angle of 96.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EEA51 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 234 | 81 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.08 |
| HSL | 96.08º | 0.78% | 0.62% | - |
| HSV(B) | 96.08º | 0.65% | 0.92% | - |
| XYZ | 42.06 | 65.19 | 18.15 | - |
| YUV | 189.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 234 | 81 | 0.39 | 0 | 0.65 | 0.08 | 96.08 | 0.78 | 0.62 |
| Hex | 8E | EA | 51 | 27 | 0 | 41 | 8 | 60 | 4E | 3E |
| Octal | 216 | 352 | 121 | 47 | 0 | 101 | 10 | 140 | 116 | 76 |
| Binary | 10001110 | 11101010 | 1010001 | 100111 | 0 | 1000001 | 1000 | 1100000 | 1001110 | 111110 |
Color Harmonies of #8EEA51
Complementary color
Monochromatic Colors of #8EEA51
Black with #8EEA51
Text Example
Text Example
White with #8EEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEA51; }
p { color: rgb(142,234,81); }
H1.HeaderClassName
{
color: #8EEA51;
}
.AnyTagClassName
{
color: #8EEA51;
}
</style>
background-color css
<style>
a { background-color: #8EEA51; }
a { background-color: rgb(142,234,81); }
div.DivClassName
{
background-color: #8EEA51;
}
.BgClassName
{
background-color: #8EEA51;
}
</style>
border-color css
<style>
span { border-color: #8EEA51; }
span { border-color: rgb(142,234,81); }
td.TdClassName
{
border-color: #8EEA51;
}
.TagClassName
{
border-color: #8EEA51;
}
</style>