Shades of Atlantis #8EC041
Tints of Atlantis #8EC041
RGB
CMYK
RGB Variations
Color information
#8EC041 (or 0x8EC041) is known color: Atlantis. HEX triplet: 8E, C0 and 41. RGB value is (142,192,65). Sum of RGB (Red+Green+Blue) = 142+192+65=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC041 is #713FBE. Grayscale: #A3A3A3. Windows color (decimal): -7421887 or 4309134. OLE color: 4309134.
HSL color Cylindrical-coordinate representation of color #8EC041: hue angle of 83.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EC041 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 65 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.25 |
| HSL | 83.62º | 0.5% | 0.5% | - |
| HSV(B) | 83.62º | 0.66% | 0.75% | - |
| XYZ | 30.96 | 43.83 | 11.83 | - |
| YUV | 162.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 65 | 0.26 | 0 | 0.66 | 0.25 | 83.62 | 0.5 | 0.5 |
| Hex | 8E | C0 | 41 | 1A | 0 | 42 | 19 | 54 | 32 | 32 |
| Octal | 216 | 300 | 101 | 32 | 0 | 102 | 31 | 124 | 62 | 62 |
| Binary | 10001110 | 11000000 | 1000001 | 11010 | 0 | 1000010 | 11001 | 1010100 | 110010 | 110010 |
Color Harmonies of #8EC041
Complementary color
Monochromatic Colors of #8EC041
Black with #8EC041
Text Example
Text Example
White with #8EC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC041; }
p { color: rgb(142,192,65); }
H1.HeaderClassName
{
color: #8EC041;
}
.AnyTagClassName
{
color: #8EC041;
}
</style>
background-color css
<style>
a { background-color: #8EC041; }
a { background-color: rgb(142,192,65); }
div.DivClassName
{
background-color: #8EC041;
}
.BgClassName
{
background-color: #8EC041;
}
</style>
border-color css
<style>
span { border-color: #8EC041; }
span { border-color: rgb(142,192,65); }
td.TdClassName
{
border-color: #8EC041;
}
.TagClassName
{
border-color: #8EC041;
}
</style>