Shades of Atlantis #8EC346
Tints of Atlantis #8EC346
RGB
CMYK
RGB Variations
Color information
#8EC346 (or 0x8EC346) is known color: Atlantis. HEX triplet: 8E, C3 and 46. RGB value is (142,195,70). Sum of RGB (Red+Green+Blue) = 142+195+70=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC346 is #713CB9. Grayscale: #A5A5A5. Windows color (decimal): -7421114 or 4637582. OLE color: 4637582.
HSL color Cylindrical-coordinate representation of color #8EC346: hue angle of 85.44º degrees, saturation: 0.51, 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 #8EC346 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 70 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.24 |
| HSL | 85.44º | 0.51% | 0.52% | - |
| HSV(B) | 85.44º | 0.64% | 0.76% | - |
| XYZ | 31.78 | 45.22 | 12.85 | - |
| YUV | 164.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 70 | 0.27 | 0 | 0.64 | 0.24 | 85.44 | 0.51 | 0.52 |
| Hex | 8E | C3 | 46 | 1B | 0 | 40 | 18 | 55 | 33 | 34 |
| Octal | 216 | 303 | 106 | 33 | 0 | 100 | 30 | 125 | 63 | 64 |
| Binary | 10001110 | 11000011 | 1000110 | 11011 | 0 | 1000000 | 11000 | 1010101 | 110011 | 110100 |
Color Harmonies of #8EC346
Complementary color
Monochromatic Colors of #8EC346
Black with #8EC346
Text Example
Text Example
White with #8EC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC346; }
p { color: rgb(142,195,70); }
H1.HeaderClassName
{
color: #8EC346;
}
.AnyTagClassName
{
color: #8EC346;
}
</style>
background-color css
<style>
a { background-color: #8EC346; }
a { background-color: rgb(142,195,70); }
div.DivClassName
{
background-color: #8EC346;
}
.BgClassName
{
background-color: #8EC346;
}
</style>
border-color css
<style>
span { border-color: #8EC346; }
span { border-color: rgb(142,195,70); }
td.TdClassName
{
border-color: #8EC346;
}
.TagClassName
{
border-color: #8EC346;
}
</style>