Shades of Atlantis #8EDC3E
Tints of Atlantis #8EDC3E
RGB
CMYK
RGB Variations
Color information
#8EDC3E (or 0x8EDC3E) is known color: Atlantis. HEX triplet: 8E, DC and 3E. RGB value is (142,220,62). Sum of RGB (Red+Green+Blue) = 142+220+62=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDC3E is #7123C1. Grayscale: #B3B3B3. Windows color (decimal): -7414722 or 4119694. OLE color: 4119694.
HSL color Cylindrical-coordinate representation of color #8EDC3E: hue angle of 89.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EDC3E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 62 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.14 |
| HSL | 89.62º | 0.69% | 0.55% | - |
| HSV(B) | 89.62º | 0.72% | 0.86% | - |
| XYZ | 37.62 | 57.28 | 13.63 | - |
| YUV | 178.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 62 | 0.35 | 0 | 0.72 | 0.14 | 89.62 | 0.69 | 0.55 |
| Hex | 8E | DC | 3E | 23 | 0 | 48 | E | 5A | 45 | 37 |
| Octal | 216 | 334 | 76 | 43 | 0 | 110 | 16 | 132 | 105 | 67 |
| Binary | 10001110 | 11011100 | 111110 | 100011 | 0 | 1001000 | 1110 | 1011010 | 1000101 | 110111 |
Color Harmonies of #8EDC3E
Complementary color
Monochromatic Colors of #8EDC3E
Black with #8EDC3E
Text Example
Text Example
White with #8EDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC3E; }
p { color: rgb(142,220,62); }
H1.HeaderClassName
{
color: #8EDC3E;
}
.AnyTagClassName
{
color: #8EDC3E;
}
</style>
background-color css
<style>
a { background-color: #8EDC3E; }
a { background-color: rgb(142,220,62); }
div.DivClassName
{
background-color: #8EDC3E;
}
.BgClassName
{
background-color: #8EDC3E;
}
</style>
border-color css
<style>
span { border-color: #8EDC3E; }
span { border-color: rgb(142,220,62); }
td.TdClassName
{
border-color: #8EDC3E;
}
.TagClassName
{
border-color: #8EDC3E;
}
</style>