Shades of Atlantis #8EC846
Tints of Atlantis #8EC846
RGB
CMYK
RGB Variations
Color information
#8EC846 (or 0x8EC846) is known color: Atlantis. HEX triplet: 8E, C8 and 46. RGB value is (142,200,70). Sum of RGB (Red+Green+Blue) = 142+200+70=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC846 is #7137B9. Grayscale: #A8A8A8. Windows color (decimal): -7419834 or 4638862. OLE color: 4638862.
HSL color Cylindrical-coordinate representation of color #8EC846: hue angle of 86.77º 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 #8EC846 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 70 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.22 |
| HSL | 86.77º | 0.54% | 0.53% | - |
| HSV(B) | 86.77º | 0.65% | 0.78% | - |
| XYZ | 32.92 | 47.5 | 13.23 | - |
| YUV | 167.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 70 | 0.29 | 0 | 0.65 | 0.22 | 86.77 | 0.54 | 0.53 |
| Hex | 8E | C8 | 46 | 1D | 0 | 41 | 16 | 57 | 36 | 35 |
| Octal | 216 | 310 | 106 | 35 | 0 | 101 | 26 | 127 | 66 | 65 |
| Binary | 10001110 | 11001000 | 1000110 | 11101 | 0 | 1000001 | 10110 | 1010111 | 110110 | 110101 |
Color Harmonies of #8EC846
Complementary color
Monochromatic Colors of #8EC846
Black with #8EC846
Text Example
Text Example
White with #8EC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC846; }
p { color: rgb(142,200,70); }
H1.HeaderClassName
{
color: #8EC846;
}
.AnyTagClassName
{
color: #8EC846;
}
</style>
background-color css
<style>
a { background-color: #8EC846; }
a { background-color: rgb(142,200,70); }
div.DivClassName
{
background-color: #8EC846;
}
.BgClassName
{
background-color: #8EC846;
}
</style>
border-color css
<style>
span { border-color: #8EC846; }
span { border-color: rgb(142,200,70); }
td.TdClassName
{
border-color: #8EC846;
}
.TagClassName
{
border-color: #8EC846;
}
</style>