Shades of Atlantis #8EC849
Tints of Atlantis #8EC849
RGB
CMYK
RGB Variations
Color information
#8EC849 (or 0x8EC849) is known color: Atlantis. HEX triplet: 8E, C8 and 49. RGB value is (142,200,73). Sum of RGB (Red+Green+Blue) = 142+200+73=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC849 is #7137B6. Grayscale: #A8A8A8. Windows color (decimal): -7419831 or 4835470. OLE color: 4835470.
HSL color Cylindrical-coordinate representation of color #8EC849: hue angle of 87.4º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC849 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 73 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.22 |
| HSL | 87.4º | 0.54% | 0.54% | - |
| HSV(B) | 87.4º | 0.64% | 0.78% | - |
| XYZ | 33.01 | 47.54 | 13.74 | - |
| YUV | 168.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 73 | 0.29 | 0 | 0.64 | 0.22 | 87.4 | 0.54 | 0.54 |
| Hex | 8E | C8 | 49 | 1D | 0 | 40 | 16 | 57 | 36 | 36 |
| Octal | 216 | 310 | 111 | 35 | 0 | 100 | 26 | 127 | 66 | 66 |
| Binary | 10001110 | 11001000 | 1001001 | 11101 | 0 | 1000000 | 10110 | 1010111 | 110110 | 110110 |
Color Harmonies of #8EC849
Complementary color
Monochromatic Colors of #8EC849
Black with #8EC849
Text Example
Text Example
White with #8EC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC849; }
p { color: rgb(142,200,73); }
H1.HeaderClassName
{
color: #8EC849;
}
.AnyTagClassName
{
color: #8EC849;
}
</style>
background-color css
<style>
a { background-color: #8EC849; }
a { background-color: rgb(142,200,73); }
div.DivClassName
{
background-color: #8EC849;
}
.BgClassName
{
background-color: #8EC849;
}
</style>
border-color css
<style>
span { border-color: #8EC849; }
span { border-color: rgb(142,200,73); }
td.TdClassName
{
border-color: #8EC849;
}
.TagClassName
{
border-color: #8EC849;
}
</style>