Shades of Atlantis #8EE43B
Tints of Atlantis #8EE43B
RGB
CMYK
RGB Variations
Color information
#8EE43B (or 0x8EE43B) is known color: Atlantis. HEX triplet: 8E, E4 and 3B. RGB value is (142,228,59). Sum of RGB (Red+Green+Blue) = 142+228+59=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE43B is #711BC4. Grayscale: #B7B7B7. Windows color (decimal): -7412677 or 3925134. OLE color: 3925134.
HSL color Cylindrical-coordinate representation of color #8EE43B: hue angle of 90.53º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EE43B is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 59 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.11 |
| HSL | 90.53º | 0.76% | 0.56% | - |
| HSV(B) | 90.53º | 0.74% | 0.89% | - |
| XYZ | 39.69 | 61.55 | 13.93 | - |
| YUV | 183.02 | 58.01 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 59 | 0.38 | 0 | 0.74 | 0.11 | 90.53 | 0.76 | 0.56 |
| Hex | 8E | E4 | 3B | 26 | 0 | 4A | B | 5B | 4C | 38 |
| Octal | 216 | 344 | 73 | 46 | 0 | 112 | 13 | 133 | 114 | 70 |
| Binary | 10001110 | 11100100 | 111011 | 100110 | 0 | 1001010 | 1011 | 1011011 | 1001100 | 111000 |
Color Harmonies of #8EE43B
Complementary color
Monochromatic Colors of #8EE43B
Black with #8EE43B
Text Example
Text Example
White with #8EE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE43B; }
p { color: rgb(142,228,59); }
H1.HeaderClassName
{
color: #8EE43B;
}
.AnyTagClassName
{
color: #8EE43B;
}
</style>
background-color css
<style>
a { background-color: #8EE43B; }
a { background-color: rgb(142,228,59); }
div.DivClassName
{
background-color: #8EE43B;
}
.BgClassName
{
background-color: #8EE43B;
}
</style>
border-color css
<style>
span { border-color: #8EE43B; }
span { border-color: rgb(142,228,59); }
td.TdClassName
{
border-color: #8EE43B;
}
.TagClassName
{
border-color: #8EE43B;
}
</style>