Shades of Atlantis #8EC943
Tints of Atlantis #8EC943
RGB
CMYK
RGB Variations
Color information
#8EC943 (or 0x8EC943) is known color: Atlantis. HEX triplet: 8E, C9 and 43. RGB value is (142,201,67). Sum of RGB (Red+Green+Blue) = 142+201+67=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC943 is #7136BC. Grayscale: #A8A8A8. Windows color (decimal): -7419581 or 4442510. OLE color: 4442510.
HSL color Cylindrical-coordinate representation of color #8EC943: hue angle of 86.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC943 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 67 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.21 |
| HSL | 86.42º | 0.55% | 0.53% | - |
| HSV(B) | 86.42º | 0.67% | 0.79% | - |
| XYZ | 33.06 | 47.93 | 12.82 | - |
| YUV | 168.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 67 | 0.29 | 0 | 0.67 | 0.21 | 86.42 | 0.55 | 0.53 |
| Hex | 8E | C9 | 43 | 1D | 0 | 43 | 15 | 56 | 37 | 35 |
| Octal | 216 | 311 | 103 | 35 | 0 | 103 | 25 | 126 | 67 | 65 |
| Binary | 10001110 | 11001001 | 1000011 | 11101 | 0 | 1000011 | 10101 | 1010110 | 110111 | 110101 |
Color Harmonies of #8EC943
Complementary color
Monochromatic Colors of #8EC943
Black with #8EC943
Text Example
Text Example
White with #8EC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC943; }
p { color: rgb(142,201,67); }
H1.HeaderClassName
{
color: #8EC943;
}
.AnyTagClassName
{
color: #8EC943;
}
</style>
background-color css
<style>
a { background-color: #8EC943; }
a { background-color: rgb(142,201,67); }
div.DivClassName
{
background-color: #8EC943;
}
.BgClassName
{
background-color: #8EC943;
}
</style>
border-color css
<style>
span { border-color: #8EC943; }
span { border-color: rgb(142,201,67); }
td.TdClassName
{
border-color: #8EC943;
}
.TagClassName
{
border-color: #8EC943;
}
</style>