Shades of Atlantis #8EC845
Tints of Atlantis #8EC845
RGB
CMYK
RGB Variations
Color information
#8EC845 (or 0x8EC845) is known color: Atlantis. HEX triplet: 8E, C8 and 45. RGB value is (142,200,69). Sum of RGB (Red+Green+Blue) = 142+200+69=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC845 is #7137BA. Grayscale: #A8A8A8. Windows color (decimal): -7419835 or 4573326. OLE color: 4573326.
HSL color Cylindrical-coordinate representation of color #8EC845: hue angle of 86.56º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EC845 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 69 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.22 |
| HSL | 86.56º | 0.54% | 0.53% | - |
| HSV(B) | 86.56º | 0.66% | 0.78% | - |
| XYZ | 32.88 | 47.49 | 13.06 | - |
| YUV | 167.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 69 | 0.29 | 0 | 0.66 | 0.22 | 86.56 | 0.54 | 0.53 |
| Hex | 8E | C8 | 45 | 1D | 0 | 42 | 16 | 57 | 36 | 35 |
| Octal | 216 | 310 | 105 | 35 | 0 | 102 | 26 | 127 | 66 | 65 |
| Binary | 10001110 | 11001000 | 1000101 | 11101 | 0 | 1000010 | 10110 | 1010111 | 110110 | 110101 |
Color Harmonies of #8EC845
Complementary color
Monochromatic Colors of #8EC845
Black with #8EC845
Text Example
Text Example
White with #8EC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC845; }
p { color: rgb(142,200,69); }
H1.HeaderClassName
{
color: #8EC845;
}
.AnyTagClassName
{
color: #8EC845;
}
</style>
background-color css
<style>
a { background-color: #8EC845; }
a { background-color: rgb(142,200,69); }
div.DivClassName
{
background-color: #8EC845;
}
.BgClassName
{
background-color: #8EC845;
}
</style>
border-color css
<style>
span { border-color: #8EC845; }
span { border-color: rgb(142,200,69); }
td.TdClassName
{
border-color: #8EC845;
}
.TagClassName
{
border-color: #8EC845;
}
</style>