Shades of Atlantis #8EE050
Tints of Atlantis #8EE050
RGB
CMYK
RGB Variations
Color information
#8EE050 (or 0x8EE050) is known color: Atlantis. HEX triplet: 8E, E0 and 50. RGB value is (142,224,80). Sum of RGB (Red+Green+Blue) = 142+224+80=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE050 is #711FAF. Grayscale: #B7B7B7. Windows color (decimal): -7413680 or 5300366. OLE color: 5300366.
HSL color Cylindrical-coordinate representation of color #8EE050: hue angle of 94.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EE050 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 80 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.12 |
| HSL | 94.17º | 0.7% | 0.6% | - |
| HSV(B) | 94.17º | 0.64% | 0.88% | - |
| XYZ | 39.26 | 59.64 | 17.03 | - |
| YUV | 183.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 80 | 0.37 | 0 | 0.64 | 0.12 | 94.17 | 0.7 | 0.6 |
| Hex | 8E | E0 | 50 | 25 | 0 | 40 | C | 5E | 46 | 3C |
| Octal | 216 | 340 | 120 | 45 | 0 | 100 | 14 | 136 | 106 | 74 |
| Binary | 10001110 | 11100000 | 1010000 | 100101 | 0 | 1000000 | 1100 | 1011110 | 1000110 | 111100 |
Color Harmonies of #8EE050
Complementary color
Monochromatic Colors of #8EE050
Black with #8EE050
Text Example
Text Example
White with #8EE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE050; }
p { color: rgb(142,224,80); }
H1.HeaderClassName
{
color: #8EE050;
}
.AnyTagClassName
{
color: #8EE050;
}
</style>
background-color css
<style>
a { background-color: #8EE050; }
a { background-color: rgb(142,224,80); }
div.DivClassName
{
background-color: #8EE050;
}
.BgClassName
{
background-color: #8EE050;
}
</style>
border-color css
<style>
span { border-color: #8EE050; }
span { border-color: rgb(142,224,80); }
td.TdClassName
{
border-color: #8EE050;
}
.TagClassName
{
border-color: #8EE050;
}
</style>