Shades of Atlantis #8EC146
Tints of Atlantis #8EC146
RGB
CMYK
RGB Variations
Color information
#8EC146 (or 0x8EC146) is known color: Atlantis. HEX triplet: 8E, C1 and 46. RGB value is (142,193,70). Sum of RGB (Red+Green+Blue) = 142+193+70=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC146 is #713EB9. Grayscale: #A4A4A4. Windows color (decimal): -7421626 or 4637070. OLE color: 4637070.
HSL color Cylindrical-coordinate representation of color #8EC146: hue angle of 84.88º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EC146 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 70 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.24 |
| HSL | 84.88º | 0.5% | 0.52% | - |
| HSV(B) | 84.88º | 0.64% | 0.76% | - |
| XYZ | 31.33 | 44.33 | 12.7 | - |
| YUV | 163.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 70 | 0.26 | 0 | 0.64 | 0.24 | 84.88 | 0.5 | 0.52 |
| Hex | 8E | C1 | 46 | 1A | 0 | 40 | 18 | 55 | 32 | 34 |
| Octal | 216 | 301 | 106 | 32 | 0 | 100 | 30 | 125 | 62 | 64 |
| Binary | 10001110 | 11000001 | 1000110 | 11010 | 0 | 1000000 | 11000 | 1010101 | 110010 | 110100 |
Color Harmonies of #8EC146
Complementary color
Monochromatic Colors of #8EC146
Black with #8EC146
Text Example
Text Example
White with #8EC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC146; }
p { color: rgb(142,193,70); }
H1.HeaderClassName
{
color: #8EC146;
}
.AnyTagClassName
{
color: #8EC146;
}
</style>
background-color css
<style>
a { background-color: #8EC146; }
a { background-color: rgb(142,193,70); }
div.DivClassName
{
background-color: #8EC146;
}
.BgClassName
{
background-color: #8EC146;
}
</style>
border-color css
<style>
span { border-color: #8EC146; }
span { border-color: rgb(142,193,70); }
td.TdClassName
{
border-color: #8EC146;
}
.TagClassName
{
border-color: #8EC146;
}
</style>