Shades of Atlantis #8EE03B
Tints of Atlantis #8EE03B
RGB
CMYK
RGB Variations
Color information
#8EE03B (or 0x8EE03B) is known color: Atlantis. HEX triplet: 8E, E0 and 3B. RGB value is (142,224,59). Sum of RGB (Red+Green+Blue) = 142+224+59=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE03B is #711FC4. Grayscale: #B5B5B5. Windows color (decimal): -7413701 or 3924110. OLE color: 3924110.
HSL color Cylindrical-coordinate representation of color #8EE03B: hue angle of 89.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EE03B is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 59 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.12 |
| HSL | 89.82º | 0.73% | 0.55% | - |
| HSV(B) | 89.82º | 0.74% | 0.88% | - |
| XYZ | 38.6 | 59.38 | 13.56 | - |
| YUV | 180.67 | 59.33 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 59 | 0.37 | 0 | 0.74 | 0.12 | 89.82 | 0.73 | 0.55 |
| Hex | 8E | E0 | 3B | 25 | 0 | 4A | C | 5A | 49 | 37 |
| Octal | 216 | 340 | 73 | 45 | 0 | 112 | 14 | 132 | 111 | 67 |
| Binary | 10001110 | 11100000 | 111011 | 100101 | 0 | 1001010 | 1100 | 1011010 | 1001001 | 110111 |
Color Harmonies of #8EE03B
Complementary color
Monochromatic Colors of #8EE03B
Black with #8EE03B
Text Example
Text Example
White with #8EE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE03B; }
p { color: rgb(142,224,59); }
H1.HeaderClassName
{
color: #8EE03B;
}
.AnyTagClassName
{
color: #8EE03B;
}
</style>
background-color css
<style>
a { background-color: #8EE03B; }
a { background-color: rgb(142,224,59); }
div.DivClassName
{
background-color: #8EE03B;
}
.BgClassName
{
background-color: #8EE03B;
}
</style>
border-color css
<style>
span { border-color: #8EE03B; }
span { border-color: rgb(142,224,59); }
td.TdClassName
{
border-color: #8EE03B;
}
.TagClassName
{
border-color: #8EE03B;
}
</style>