Shades of Atlantis #8EE03D
Tints of Atlantis #8EE03D
RGB
CMYK
RGB Variations
Color information
#8EE03D (or 0x8EE03D) is known color: Atlantis. HEX triplet: 8E, E0 and 3D. RGB value is (142,224,61). Sum of RGB (Red+Green+Blue) = 142+224+61=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE03D is #711FC2. Grayscale: #B5B5B5. Windows color (decimal): -7413699 or 4055182. OLE color: 4055182.
HSL color Cylindrical-coordinate representation of color #8EE03D: hue angle of 90.18º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EE03D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 61 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.12 |
| HSL | 90.18º | 0.72% | 0.56% | - |
| HSV(B) | 90.18º | 0.73% | 0.88% | - |
| XYZ | 38.65 | 59.4 | 13.84 | - |
| YUV | 180.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 61 | 0.37 | 0 | 0.73 | 0.12 | 90.18 | 0.72 | 0.56 |
| Hex | 8E | E0 | 3D | 25 | 0 | 49 | C | 5A | 48 | 38 |
| Octal | 216 | 340 | 75 | 45 | 0 | 111 | 14 | 132 | 110 | 70 |
| Binary | 10001110 | 11100000 | 111101 | 100101 | 0 | 1001001 | 1100 | 1011010 | 1001000 | 111000 |
Color Harmonies of #8EE03D
Complementary color
Monochromatic Colors of #8EE03D
Black with #8EE03D
Text Example
Text Example
White with #8EE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE03D; }
p { color: rgb(142,224,61); }
H1.HeaderClassName
{
color: #8EE03D;
}
.AnyTagClassName
{
color: #8EE03D;
}
</style>
background-color css
<style>
a { background-color: #8EE03D; }
a { background-color: rgb(142,224,61); }
div.DivClassName
{
background-color: #8EE03D;
}
.BgClassName
{
background-color: #8EE03D;
}
</style>
border-color css
<style>
span { border-color: #8EE03D; }
span { border-color: rgb(142,224,61); }
td.TdClassName
{
border-color: #8EE03D;
}
.TagClassName
{
border-color: #8EE03D;
}
</style>