Shades of Atlantis #8ECE3A
Tints of Atlantis #8ECE3A
RGB
CMYK
RGB Variations
Color information
#8ECE3A (or 0x8ECE3A) is known color: Atlantis. HEX triplet: 8E, CE and 3A. RGB value is (142,206,58). Sum of RGB (Red+Green+Blue) = 142+206+58=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE3A is #7131C5. Grayscale: #AAAAAA. Windows color (decimal): -7418310 or 3853966. OLE color: 3853966.
HSL color Cylindrical-coordinate representation of color #8ECE3A: hue angle of 85.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ECE3A is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 58 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.19 |
| HSL | 85.95º | 0.6% | 0.52% | - |
| HSV(B) | 85.95º | 0.72% | 0.81% | - |
| XYZ | 33.99 | 50.2 | 11.9 | - |
| YUV | 169.99 | 64.8 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 58 | 0.31 | 0 | 0.72 | 0.19 | 85.95 | 0.6 | 0.52 |
| Hex | 8E | CE | 3A | 1F | 0 | 48 | 13 | 56 | 3C | 34 |
| Octal | 216 | 316 | 72 | 37 | 0 | 110 | 23 | 126 | 74 | 64 |
| Binary | 10001110 | 11001110 | 111010 | 11111 | 0 | 1001000 | 10011 | 1010110 | 111100 | 110100 |
Color Harmonies of #8ECE3A
Complementary color
Monochromatic Colors of #8ECE3A
Black with #8ECE3A
Text Example
Text Example
White with #8ECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE3A; }
p { color: rgb(142,206,58); }
H1.HeaderClassName
{
color: #8ECE3A;
}
.AnyTagClassName
{
color: #8ECE3A;
}
</style>
background-color css
<style>
a { background-color: #8ECE3A; }
a { background-color: rgb(142,206,58); }
div.DivClassName
{
background-color: #8ECE3A;
}
.BgClassName
{
background-color: #8ECE3A;
}
</style>
border-color css
<style>
span { border-color: #8ECE3A; }
span { border-color: rgb(142,206,58); }
td.TdClassName
{
border-color: #8ECE3A;
}
.TagClassName
{
border-color: #8ECE3A;
}
</style>