Shades of Atlantis #8ECE47
Tints of Atlantis #8ECE47
RGB
CMYK
RGB Variations
Color information
#8ECE47 (or 0x8ECE47) is known color: Atlantis. HEX triplet: 8E, CE and 47. RGB value is (142,206,71). Sum of RGB (Red+Green+Blue) = 142+206+71=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE47 is #7131B8. Grayscale: #ABABAB. Windows color (decimal): -7418297 or 4705934. OLE color: 4705934.
HSL color Cylindrical-coordinate representation of color #8ECE47: hue angle of 88.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ECE47 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 71 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.19 |
| HSL | 88.44º | 0.58% | 0.54% | - |
| HSV(B) | 88.44º | 0.66% | 0.81% | - |
| XYZ | 34.36 | 50.35 | 13.87 | - |
| YUV | 171.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 71 | 0.31 | 0 | 0.66 | 0.19 | 88.44 | 0.58 | 0.54 |
| Hex | 8E | CE | 47 | 1F | 0 | 42 | 13 | 58 | 3A | 36 |
| Octal | 216 | 316 | 107 | 37 | 0 | 102 | 23 | 130 | 72 | 66 |
| Binary | 10001110 | 11001110 | 1000111 | 11111 | 0 | 1000010 | 10011 | 1011000 | 111010 | 110110 |
Color Harmonies of #8ECE47
Complementary color
Monochromatic Colors of #8ECE47
Black with #8ECE47
Text Example
Text Example
White with #8ECE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE47; }
p { color: rgb(142,206,71); }
H1.HeaderClassName
{
color: #8ECE47;
}
.AnyTagClassName
{
color: #8ECE47;
}
</style>
background-color css
<style>
a { background-color: #8ECE47; }
a { background-color: rgb(142,206,71); }
div.DivClassName
{
background-color: #8ECE47;
}
.BgClassName
{
background-color: #8ECE47;
}
</style>
border-color css
<style>
span { border-color: #8ECE47; }
span { border-color: rgb(142,206,71); }
td.TdClassName
{
border-color: #8ECE47;
}
.TagClassName
{
border-color: #8ECE47;
}
</style>