Shades of Atlantis #8EC840
Tints of Atlantis #8EC840
RGB
CMYK
RGB Variations
Color information
#8EC840 (or 0x8EC840) is known color: Atlantis. HEX triplet: 8E, C8 and 40. RGB value is (142,200,64). Sum of RGB (Red+Green+Blue) = 142+200+64=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC840 is #7137BF. Grayscale: #A7A7A7. Windows color (decimal): -7419840 or 4245646. OLE color: 4245646.
HSL color Cylindrical-coordinate representation of color #8EC840: hue angle of 85.59º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC840 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 64 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.22 |
| HSL | 85.59º | 0.55% | 0.52% | - |
| HSV(B) | 85.59º | 0.68% | 0.78% | - |
| XYZ | 32.74 | 47.43 | 12.28 | - |
| YUV | 167.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 64 | 0.29 | 0 | 0.68 | 0.22 | 85.59 | 0.55 | 0.52 |
| Hex | 8E | C8 | 40 | 1D | 0 | 44 | 16 | 56 | 37 | 34 |
| Octal | 216 | 310 | 100 | 35 | 0 | 104 | 26 | 126 | 67 | 64 |
| Binary | 10001110 | 11001000 | 1000000 | 11101 | 0 | 1000100 | 10110 | 1010110 | 110111 | 110100 |
Color Harmonies of #8EC840
Complementary color
Monochromatic Colors of #8EC840
Black with #8EC840
Text Example
Text Example
White with #8EC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC840; }
p { color: rgb(142,200,64); }
H1.HeaderClassName
{
color: #8EC840;
}
.AnyTagClassName
{
color: #8EC840;
}
</style>
background-color css
<style>
a { background-color: #8EC840; }
a { background-color: rgb(142,200,64); }
div.DivClassName
{
background-color: #8EC840;
}
.BgClassName
{
background-color: #8EC840;
}
</style>
border-color css
<style>
span { border-color: #8EC840; }
span { border-color: rgb(142,200,64); }
td.TdClassName
{
border-color: #8EC840;
}
.TagClassName
{
border-color: #8EC840;
}
</style>