Shades of Atlantis #8ECC46
Tints of Atlantis #8ECC46
RGB
CMYK
RGB Variations
Color information
#8ECC46 (or 0x8ECC46) is known color: Atlantis. HEX triplet: 8E, CC and 46. RGB value is (142,204,70). Sum of RGB (Red+Green+Blue) = 142+204+70=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECC46 is #7133B9. Grayscale: #AAAAAA. Windows color (decimal): -7418810 or 4639886. OLE color: 4639886.
HSL color Cylindrical-coordinate representation of color #8ECC46: hue angle of 87.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ECC46 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 70 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.2 |
| HSL | 87.76º | 0.57% | 0.54% | - |
| HSV(B) | 87.76º | 0.66% | 0.8% | - |
| XYZ | 33.85 | 49.38 | 13.54 | - |
| YUV | 170.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 70 | 0.30 | 0 | 0.66 | 0.2 | 87.76 | 0.57 | 0.54 |
| Hex | 8E | CC | 46 | 1E | 0 | 42 | 14 | 58 | 39 | 36 |
| Octal | 216 | 314 | 106 | 36 | 0 | 102 | 24 | 130 | 71 | 66 |
| Binary | 10001110 | 11001100 | 1000110 | 11110 | 0 | 1000010 | 10100 | 1011000 | 111001 | 110110 |
Color Harmonies of #8ECC46
Complementary color
Monochromatic Colors of #8ECC46
Black with #8ECC46
Text Example
Text Example
White with #8ECC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC46; }
p { color: rgb(142,204,70); }
H1.HeaderClassName
{
color: #8ECC46;
}
.AnyTagClassName
{
color: #8ECC46;
}
</style>
background-color css
<style>
a { background-color: #8ECC46; }
a { background-color: rgb(142,204,70); }
div.DivClassName
{
background-color: #8ECC46;
}
.BgClassName
{
background-color: #8ECC46;
}
</style>
border-color css
<style>
span { border-color: #8ECC46; }
span { border-color: rgb(142,204,70); }
td.TdClassName
{
border-color: #8ECC46;
}
.TagClassName
{
border-color: #8ECC46;
}
</style>