Shades of Atlantis #8EC147
Tints of Atlantis #8EC147
RGB
CMYK
RGB Variations
Color information
#8EC147 (or 0x8EC147) is known color: Atlantis. HEX triplet: 8E, C1 and 47. RGB value is (142,193,71). Sum of RGB (Red+Green+Blue) = 142+193+71=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC147 is #713EB8. Grayscale: #A4A4A4. Windows color (decimal): -7421625 or 4702606. OLE color: 4702606.
HSL color Cylindrical-coordinate representation of color #8EC147: hue angle of 85.08º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC147 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 71 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.24 |
| HSL | 85.08º | 0.5% | 0.52% | - |
| HSV(B) | 85.08º | 0.63% | 0.76% | - |
| XYZ | 31.36 | 44.35 | 12.87 | - |
| YUV | 163.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 71 | 0.26 | 0 | 0.63 | 0.24 | 85.08 | 0.5 | 0.52 |
| Hex | 8E | C1 | 47 | 1A | 0 | 3F | 18 | 55 | 32 | 34 |
| Octal | 216 | 301 | 107 | 32 | 0 | 77 | 30 | 125 | 62 | 64 |
| Binary | 10001110 | 11000001 | 1000111 | 11010 | 0 | 111111 | 11000 | 1010101 | 110010 | 110100 |
Color Harmonies of #8EC147
Complementary color
Monochromatic Colors of #8EC147
Black with #8EC147
Text Example
Text Example
White with #8EC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC147; }
p { color: rgb(142,193,71); }
H1.HeaderClassName
{
color: #8EC147;
}
.AnyTagClassName
{
color: #8EC147;
}
</style>
background-color css
<style>
a { background-color: #8EC147; }
a { background-color: rgb(142,193,71); }
div.DivClassName
{
background-color: #8EC147;
}
.BgClassName
{
background-color: #8EC147;
}
</style>
border-color css
<style>
span { border-color: #8EC147; }
span { border-color: rgb(142,193,71); }
td.TdClassName
{
border-color: #8EC147;
}
.TagClassName
{
border-color: #8EC147;
}
</style>