Shades of Atlantis #8ECC49
Tints of Atlantis #8ECC49
RGB
CMYK
RGB Variations
Color information
#8ECC49 (or 0x8ECC49) is known color: Atlantis. HEX triplet: 8E, CC and 49. RGB value is (142,204,73). Sum of RGB (Red+Green+Blue) = 142+204+73=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECC49 is #7133B6. Grayscale: #AAAAAA. Windows color (decimal): -7418807 or 4836494. OLE color: 4836494.
HSL color Cylindrical-coordinate representation of color #8ECC49: hue angle of 88.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ECC49 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 204 | 73 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.2 |
| HSL | 88.4º | 0.56% | 0.54% | - |
| HSV(B) | 88.4º | 0.64% | 0.8% | - |
| XYZ | 33.95 | 49.42 | 14.05 | - |
| YUV | 170.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 73 | 0.30 | 0 | 0.64 | 0.2 | 88.4 | 0.56 | 0.54 |
| Hex | 8E | CC | 49 | 1E | 0 | 40 | 14 | 58 | 38 | 36 |
| Octal | 216 | 314 | 111 | 36 | 0 | 100 | 24 | 130 | 70 | 66 |
| Binary | 10001110 | 11001100 | 1001001 | 11110 | 0 | 1000000 | 10100 | 1011000 | 111000 | 110110 |
Color Harmonies of #8ECC49
Complementary color
Monochromatic Colors of #8ECC49
Black with #8ECC49
Text Example
Text Example
White with #8ECC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECC49; }
p { color: rgb(142,204,73); }
H1.HeaderClassName
{
color: #8ECC49;
}
.AnyTagClassName
{
color: #8ECC49;
}
</style>
background-color css
<style>
a { background-color: #8ECC49; }
a { background-color: rgb(142,204,73); }
div.DivClassName
{
background-color: #8ECC49;
}
.BgClassName
{
background-color: #8ECC49;
}
</style>
border-color css
<style>
span { border-color: #8ECC49; }
span { border-color: rgb(142,204,73); }
td.TdClassName
{
border-color: #8ECC49;
}
.TagClassName
{
border-color: #8ECC49;
}
</style>