Shades of Atlantis #8EE146
Tints of Atlantis #8EE146
RGB
CMYK
RGB Variations
Color information
#8EE146 (or 0x8EE146) is known color: Atlantis. HEX triplet: 8E, E1 and 46. RGB value is (142,225,70). Sum of RGB (Red+Green+Blue) = 142+225+70=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE146 is #711EB9. Grayscale: #B7B7B7. Windows color (decimal): -7413434 or 4645262. OLE color: 4645262.
HSL color Cylindrical-coordinate representation of color #8EE146: hue angle of 92.13º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EE146 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 70 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.12 |
| HSL | 92.13º | 0.72% | 0.58% | - |
| HSV(B) | 92.13º | 0.69% | 0.88% | - |
| XYZ | 39.19 | 60.04 | 15.32 | - |
| YUV | 182.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 70 | 0.37 | 0 | 0.69 | 0.12 | 92.13 | 0.72 | 0.58 |
| Hex | 8E | E1 | 46 | 25 | 0 | 45 | C | 5C | 48 | 3A |
| Octal | 216 | 341 | 106 | 45 | 0 | 105 | 14 | 134 | 110 | 72 |
| Binary | 10001110 | 11100001 | 1000110 | 100101 | 0 | 1000101 | 1100 | 1011100 | 1001000 | 111010 |
Color Harmonies of #8EE146
Complementary color
Monochromatic Colors of #8EE146
Black with #8EE146
Text Example
Text Example
White with #8EE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE146; }
p { color: rgb(142,225,70); }
H1.HeaderClassName
{
color: #8EE146;
}
.AnyTagClassName
{
color: #8EE146;
}
</style>
background-color css
<style>
a { background-color: #8EE146; }
a { background-color: rgb(142,225,70); }
div.DivClassName
{
background-color: #8EE146;
}
.BgClassName
{
background-color: #8EE146;
}
</style>
border-color css
<style>
span { border-color: #8EE146; }
span { border-color: rgb(142,225,70); }
td.TdClassName
{
border-color: #8EE146;
}
.TagClassName
{
border-color: #8EE146;
}
</style>