Shades of Atlantis #8EC83E
Tints of Atlantis #8EC83E
RGB
CMYK
RGB Variations
Color information
#8EC83E (or 0x8EC83E) is known color: Atlantis. HEX triplet: 8E, C8 and 3E. RGB value is (142,200,62). Sum of RGB (Red+Green+Blue) = 142+200+62=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC83E is #7137C1. Grayscale: #A7A7A7. Windows color (decimal): -7419842 or 4114574. OLE color: 4114574.
HSL color Cylindrical-coordinate representation of color #8EC83E: hue angle of 85.22º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EC83E is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 62 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.22 |
| HSL | 85.22º | 0.56% | 0.51% | - |
| HSV(B) | 85.22º | 0.69% | 0.78% | - |
| XYZ | 32.68 | 47.41 | 11.99 | - |
| YUV | 166.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 62 | 0.29 | 0 | 0.69 | 0.22 | 85.22 | 0.56 | 0.51 |
| Hex | 8E | C8 | 3E | 1D | 0 | 45 | 16 | 55 | 38 | 33 |
| Octal | 216 | 310 | 76 | 35 | 0 | 105 | 26 | 125 | 70 | 63 |
| Binary | 10001110 | 11001000 | 111110 | 11101 | 0 | 1000101 | 10110 | 1010101 | 111000 | 110011 |
Color Harmonies of #8EC83E
Complementary color
Monochromatic Colors of #8EC83E
Black with #8EC83E
Text Example
Text Example
White with #8EC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC83E; }
p { color: rgb(142,200,62); }
H1.HeaderClassName
{
color: #8EC83E;
}
.AnyTagClassName
{
color: #8EC83E;
}
</style>
background-color css
<style>
a { background-color: #8EC83E; }
a { background-color: rgb(142,200,62); }
div.DivClassName
{
background-color: #8EC83E;
}
.BgClassName
{
background-color: #8EC83E;
}
</style>
border-color css
<style>
span { border-color: #8EC83E; }
span { border-color: rgb(142,200,62); }
td.TdClassName
{
border-color: #8EC83E;
}
.TagClassName
{
border-color: #8EC83E;
}
</style>