Shades of Atlantis #8EC04A
Tints of Atlantis #8EC04A
RGB
CMYK
RGB Variations
Color information
#8EC04A (or 0x8EC04A) is known color: Atlantis. HEX triplet: 8E, C0 and 4A. RGB value is (142,192,74). Sum of RGB (Red+Green+Blue) = 142+192+74=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC04A is #713FB5. Grayscale: #A4A4A4. Windows color (decimal): -7421878 or 4898958. OLE color: 4898958.
HSL color Cylindrical-coordinate representation of color #8EC04A: hue angle of 85.42º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC04A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 74 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.25 |
| HSL | 85.42º | 0.48% | 0.52% | - |
| HSV(B) | 85.42º | 0.61% | 0.75% | - |
| XYZ | 31.24 | 43.94 | 13.31 | - |
| YUV | 163.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 74 | 0.26 | 0 | 0.61 | 0.25 | 85.42 | 0.48 | 0.52 |
| Hex | 8E | C0 | 4A | 1A | 0 | 3D | 19 | 55 | 30 | 34 |
| Octal | 216 | 300 | 112 | 32 | 0 | 75 | 31 | 125 | 60 | 64 |
| Binary | 10001110 | 11000000 | 1001010 | 11010 | 0 | 111101 | 11001 | 1010101 | 110000 | 110100 |
Color Harmonies of #8EC04A
Complementary color
Monochromatic Colors of #8EC04A
Black with #8EC04A
Text Example
Text Example
White with #8EC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC04A; }
p { color: rgb(142,192,74); }
H1.HeaderClassName
{
color: #8EC04A;
}
.AnyTagClassName
{
color: #8EC04A;
}
</style>
background-color css
<style>
a { background-color: #8EC04A; }
a { background-color: rgb(142,192,74); }
div.DivClassName
{
background-color: #8EC04A;
}
.BgClassName
{
background-color: #8EC04A;
}
</style>
border-color css
<style>
span { border-color: #8EC04A; }
span { border-color: rgb(142,192,74); }
td.TdClassName
{
border-color: #8EC04A;
}
.TagClassName
{
border-color: #8EC04A;
}
</style>