Shades of Atlantis #8EE346
Tints of Atlantis #8EE346
RGB
CMYK
RGB Variations
Color information
#8EE346 (or 0x8EE346) is known color: Atlantis. HEX triplet: 8E, E3 and 46. RGB value is (142,227,70). Sum of RGB (Red+Green+Blue) = 142+227+70=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE346 is #711CB9. Grayscale: #B8B8B8. Windows color (decimal): -7412922 or 4645774. OLE color: 4645774.
HSL color Cylindrical-coordinate representation of color #8EE346: hue angle of 92.48º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EE346 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 227 | 70 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.11 |
| HSL | 92.48º | 0.74% | 0.58% | - |
| HSV(B) | 92.48º | 0.69% | 0.89% | - |
| XYZ | 39.73 | 61.13 | 15.5 | - |
| YUV | 183.69 | 63.84 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 227 | 70 | 0.37 | 0 | 0.69 | 0.11 | 92.48 | 0.74 | 0.58 |
| Hex | 8E | E3 | 46 | 25 | 0 | 45 | B | 5C | 4A | 3A |
| Octal | 216 | 343 | 106 | 45 | 0 | 105 | 13 | 134 | 112 | 72 |
| Binary | 10001110 | 11100011 | 1000110 | 100101 | 0 | 1000101 | 1011 | 1011100 | 1001010 | 111010 |
Color Harmonies of #8EE346
Complementary color
Monochromatic Colors of #8EE346
Black with #8EE346
Text Example
Text Example
White with #8EE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE346; }
p { color: rgb(142,227,70); }
H1.HeaderClassName
{
color: #8EE346;
}
.AnyTagClassName
{
color: #8EE346;
}
</style>
background-color css
<style>
a { background-color: #8EE346; }
a { background-color: rgb(142,227,70); }
div.DivClassName
{
background-color: #8EE346;
}
.BgClassName
{
background-color: #8EE346;
}
</style>
border-color css
<style>
span { border-color: #8EE346; }
span { border-color: rgb(142,227,70); }
td.TdClassName
{
border-color: #8EE346;
}
.TagClassName
{
border-color: #8EE346;
}
</style>