Shades of Atlantis #8EDA40
Tints of Atlantis #8EDA40
RGB
CMYK
RGB Variations
Color information
#8EDA40 (or 0x8EDA40) is known color: Atlantis. HEX triplet: 8E, DA and 40. RGB value is (142,218,64). Sum of RGB (Red+Green+Blue) = 142+218+64=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA40 is #7125BF. Grayscale: #B2B2B2. Windows color (decimal): -7415232 or 4250254. OLE color: 4250254.
HSL color Cylindrical-coordinate representation of color #8EDA40: hue angle of 89.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EDA40 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 64 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.15 |
| HSL | 89.61º | 0.68% | 0.55% | - |
| HSV(B) | 89.61º | 0.71% | 0.85% | - |
| XYZ | 37.15 | 56.26 | 13.75 | - |
| YUV | 177.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 64 | 0.35 | 0 | 0.71 | 0.15 | 89.61 | 0.68 | 0.55 |
| Hex | 8E | DA | 40 | 23 | 0 | 47 | F | 5A | 44 | 37 |
| Octal | 216 | 332 | 100 | 43 | 0 | 107 | 17 | 132 | 104 | 67 |
| Binary | 10001110 | 11011010 | 1000000 | 100011 | 0 | 1000111 | 1111 | 1011010 | 1000100 | 110111 |
Color Harmonies of #8EDA40
Complementary color
Monochromatic Colors of #8EDA40
Black with #8EDA40
Text Example
Text Example
White with #8EDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA40; }
p { color: rgb(142,218,64); }
H1.HeaderClassName
{
color: #8EDA40;
}
.AnyTagClassName
{
color: #8EDA40;
}
</style>
background-color css
<style>
a { background-color: #8EDA40; }
a { background-color: rgb(142,218,64); }
div.DivClassName
{
background-color: #8EDA40;
}
.BgClassName
{
background-color: #8EDA40;
}
</style>
border-color css
<style>
span { border-color: #8EDA40; }
span { border-color: rgb(142,218,64); }
td.TdClassName
{
border-color: #8EDA40;
}
.TagClassName
{
border-color: #8EDA40;
}
</style>