Shades of Atlantis #8EDA3E
Tints of Atlantis #8EDA3E
RGB
CMYK
RGB Variations
Color information
#8EDA3E (or 0x8EDA3E) is known color: Atlantis. HEX triplet: 8E, DA and 3E. RGB value is (142,218,62). Sum of RGB (Red+Green+Blue) = 142+218+62=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA3E is #7125C1. Grayscale: #B2B2B2. Windows color (decimal): -7415234 or 4119182. OLE color: 4119182.
HSL color Cylindrical-coordinate representation of color #8EDA3E: hue angle of 89.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EDA3E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 62 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.15 |
| HSL | 89.23º | 0.68% | 0.55% | - |
| HSV(B) | 89.23º | 0.72% | 0.85% | - |
| XYZ | 37.1 | 56.24 | 13.46 | - |
| YUV | 177.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 62 | 0.35 | 0 | 0.72 | 0.15 | 89.23 | 0.68 | 0.55 |
| Hex | 8E | DA | 3E | 23 | 0 | 48 | F | 59 | 44 | 37 |
| Octal | 216 | 332 | 76 | 43 | 0 | 110 | 17 | 131 | 104 | 67 |
| Binary | 10001110 | 11011010 | 111110 | 100011 | 0 | 1001000 | 1111 | 1011001 | 1000100 | 110111 |
Color Harmonies of #8EDA3E
Complementary color
Monochromatic Colors of #8EDA3E
Black with #8EDA3E
Text Example
Text Example
White with #8EDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA3E; }
p { color: rgb(142,218,62); }
H1.HeaderClassName
{
color: #8EDA3E;
}
.AnyTagClassName
{
color: #8EDA3E;
}
</style>
background-color css
<style>
a { background-color: #8EDA3E; }
a { background-color: rgb(142,218,62); }
div.DivClassName
{
background-color: #8EDA3E;
}
.BgClassName
{
background-color: #8EDA3E;
}
</style>
border-color css
<style>
span { border-color: #8EDA3E; }
span { border-color: rgb(142,218,62); }
td.TdClassName
{
border-color: #8EDA3E;
}
.TagClassName
{
border-color: #8EDA3E;
}
</style>