Shades of Atlantis #8EC546
Tints of Atlantis #8EC546
RGB
CMYK
RGB Variations
Color information
#8EC546 (or 0x8EC546) is known color: Atlantis. HEX triplet: 8E, C5 and 46. RGB value is (142,197,70). Sum of RGB (Red+Green+Blue) = 142+197+70=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC546 is #713AB9. Grayscale: #A6A6A6. Windows color (decimal): -7420602 or 4638094. OLE color: 4638094.
HSL color Cylindrical-coordinate representation of color #8EC546: hue angle of 85.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EC546 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 70 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.23 |
| HSL | 85.98º | 0.52% | 0.52% | - |
| HSV(B) | 85.98º | 0.64% | 0.77% | - |
| XYZ | 32.23 | 46.13 | 13 | - |
| YUV | 166.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 70 | 0.28 | 0 | 0.64 | 0.23 | 85.98 | 0.52 | 0.52 |
| Hex | 8E | C5 | 46 | 1C | 0 | 40 | 17 | 56 | 34 | 34 |
| Octal | 216 | 305 | 106 | 34 | 0 | 100 | 27 | 126 | 64 | 64 |
| Binary | 10001110 | 11000101 | 1000110 | 11100 | 0 | 1000000 | 10111 | 1010110 | 110100 | 110100 |
Color Harmonies of #8EC546
Complementary color
Monochromatic Colors of #8EC546
Black with #8EC546
Text Example
Text Example
White with #8EC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC546; }
p { color: rgb(142,197,70); }
H1.HeaderClassName
{
color: #8EC546;
}
.AnyTagClassName
{
color: #8EC546;
}
</style>
background-color css
<style>
a { background-color: #8EC546; }
a { background-color: rgb(142,197,70); }
div.DivClassName
{
background-color: #8EC546;
}
.BgClassName
{
background-color: #8EC546;
}
</style>
border-color css
<style>
span { border-color: #8EC546; }
span { border-color: rgb(142,197,70); }
td.TdClassName
{
border-color: #8EC546;
}
.TagClassName
{
border-color: #8EC546;
}
</style>