Shades of Atlantis #8EE736
Tints of Atlantis #8EE736
RGB
CMYK
RGB Variations
Color information
#8EE736 (or 0x8EE736) is known color: Atlantis. HEX triplet: 8E, E7 and 36. RGB value is (142,231,54). Sum of RGB (Red+Green+Blue) = 142+231+54=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE736 is #7118C9. Grayscale: #B8B8B8. Windows color (decimal): -7411914 or 3598222. OLE color: 3598222.
HSL color Cylindrical-coordinate representation of color #8EE736: hue angle of 90.17º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EE736 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 54 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.09 |
| HSL | 90.17º | 0.79% | 0.56% | - |
| HSV(B) | 90.17º | 0.77% | 0.91% | - |
| XYZ | 40.4 | 63.17 | 13.55 | - |
| YUV | 184.21 | 54.51 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 54 | 0.39 | 0 | 0.77 | 0.09 | 90.17 | 0.79 | 0.56 |
| Hex | 8E | E7 | 36 | 27 | 0 | 4D | 9 | 5A | 4F | 38 |
| Octal | 216 | 347 | 66 | 47 | 0 | 115 | 11 | 132 | 117 | 70 |
| Binary | 10001110 | 11100111 | 110110 | 100111 | 0 | 1001101 | 1001 | 1011010 | 1001111 | 111000 |
Color Harmonies of #8EE736
Complementary color
Monochromatic Colors of #8EE736
Black with #8EE736
Text Example
Text Example
White with #8EE736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE736; }
p { color: rgb(142,231,54); }
H1.HeaderClassName
{
color: #8EE736;
}
.AnyTagClassName
{
color: #8EE736;
}
</style>
background-color css
<style>
a { background-color: #8EE736; }
a { background-color: rgb(142,231,54); }
div.DivClassName
{
background-color: #8EE736;
}
.BgClassName
{
background-color: #8EE736;
}
</style>
border-color css
<style>
span { border-color: #8EE736; }
span { border-color: rgb(142,231,54); }
td.TdClassName
{
border-color: #8EE736;
}
.TagClassName
{
border-color: #8EE736;
}
</style>