Shades of Atlantis #8ECA3C
Tints of Atlantis #8ECA3C
RGB
CMYK
RGB Variations
Color information
#8ECA3C (or 0x8ECA3C) is known color: Atlantis. HEX triplet: 8E, CA and 3C. RGB value is (142,202,60). Sum of RGB (Red+Green+Blue) = 142+202+60=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA3C is #7135C3. Grayscale: #A8A8A8. Windows color (decimal): -7419332 or 3984014. OLE color: 3984014.
HSL color Cylindrical-coordinate representation of color #8ECA3C: hue angle of 85.35º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ECA3C is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 60 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.21 |
| HSL | 85.35º | 0.57% | 0.51% | - |
| HSV(B) | 85.35º | 0.7% | 0.79% | - |
| XYZ | 33.09 | 48.32 | 11.86 | - |
| YUV | 167.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 60 | 0.30 | 0 | 0.70 | 0.21 | 85.35 | 0.57 | 0.51 |
| Hex | 8E | CA | 3C | 1E | 0 | 46 | 15 | 55 | 39 | 33 |
| Octal | 216 | 312 | 74 | 36 | 0 | 106 | 25 | 125 | 71 | 63 |
| Binary | 10001110 | 11001010 | 111100 | 11110 | 0 | 1000110 | 10101 | 1010101 | 111001 | 110011 |
Color Harmonies of #8ECA3C
Complementary color
Monochromatic Colors of #8ECA3C
Black with #8ECA3C
Text Example
Text Example
White with #8ECA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECA3C; }
p { color: rgb(142,202,60); }
H1.HeaderClassName
{
color: #8ECA3C;
}
.AnyTagClassName
{
color: #8ECA3C;
}
</style>
background-color css
<style>
a { background-color: #8ECA3C; }
a { background-color: rgb(142,202,60); }
div.DivClassName
{
background-color: #8ECA3C;
}
.BgClassName
{
background-color: #8ECA3C;
}
</style>
border-color css
<style>
span { border-color: #8ECA3C; }
span { border-color: rgb(142,202,60); }
td.TdClassName
{
border-color: #8ECA3C;
}
.TagClassName
{
border-color: #8ECA3C;
}
</style>