Shades of Atlantis #8EE143
Tints of Atlantis #8EE143
RGB
CMYK
RGB Variations
Color information
#8EE143 (or 0x8EE143) is known color: Atlantis. HEX triplet: 8E, E1 and 43. RGB value is (142,225,67). Sum of RGB (Red+Green+Blue) = 142+225+67=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE143 is #711EBC. Grayscale: #B6B6B6. Windows color (decimal): -7413437 or 4448654. OLE color: 4448654.
HSL color Cylindrical-coordinate representation of color #8EE143: hue angle of 91.52º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EE143 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 67 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.12 |
| HSL | 91.52º | 0.72% | 0.57% | - |
| HSV(B) | 91.52º | 0.7% | 0.88% | - |
| XYZ | 39.09 | 60.01 | 14.83 | - |
| YUV | 182.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 67 | 0.37 | 0 | 0.70 | 0.12 | 91.52 | 0.72 | 0.57 |
| Hex | 8E | E1 | 43 | 25 | 0 | 46 | C | 5C | 48 | 39 |
| Octal | 216 | 341 | 103 | 45 | 0 | 106 | 14 | 134 | 110 | 71 |
| Binary | 10001110 | 11100001 | 1000011 | 100101 | 0 | 1000110 | 1100 | 1011100 | 1001000 | 111001 |
Color Harmonies of #8EE143
Complementary color
Monochromatic Colors of #8EE143
Black with #8EE143
Text Example
Text Example
White with #8EE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE143; }
p { color: rgb(142,225,67); }
H1.HeaderClassName
{
color: #8EE143;
}
.AnyTagClassName
{
color: #8EE143;
}
</style>
background-color css
<style>
a { background-color: #8EE143; }
a { background-color: rgb(142,225,67); }
div.DivClassName
{
background-color: #8EE143;
}
.BgClassName
{
background-color: #8EE143;
}
</style>
border-color css
<style>
span { border-color: #8EE143; }
span { border-color: rgb(142,225,67); }
td.TdClassName
{
border-color: #8EE143;
}
.TagClassName
{
border-color: #8EE143;
}
</style>