Shades of Atlantis #8ECE46
Tints of Atlantis #8ECE46
RGB
CMYK
RGB Variations
Color information
#8ECE46 (or 0x8ECE46) is known color: Atlantis. HEX triplet: 8E, CE and 46. RGB value is (142,206,70). Sum of RGB (Red+Green+Blue) = 142+206+70=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE46 is #7131B9. Grayscale: #ABABAB. Windows color (decimal): -7418298 or 4640398. OLE color: 4640398.
HSL color Cylindrical-coordinate representation of color #8ECE46: hue angle of 88.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ECE46 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 70 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.19 |
| HSL | 88.24º | 0.58% | 0.54% | - |
| HSV(B) | 88.24º | 0.66% | 0.81% | - |
| XYZ | 34.33 | 50.34 | 13.7 | - |
| YUV | 171.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 70 | 0.31 | 0 | 0.66 | 0.19 | 88.24 | 0.58 | 0.54 |
| Hex | 8E | CE | 46 | 1F | 0 | 42 | 13 | 58 | 3A | 36 |
| Octal | 216 | 316 | 106 | 37 | 0 | 102 | 23 | 130 | 72 | 66 |
| Binary | 10001110 | 11001110 | 1000110 | 11111 | 0 | 1000010 | 10011 | 1011000 | 111010 | 110110 |
Color Harmonies of #8ECE46
Complementary color
Monochromatic Colors of #8ECE46
Black with #8ECE46
Text Example
Text Example
White with #8ECE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE46; }
p { color: rgb(142,206,70); }
H1.HeaderClassName
{
color: #8ECE46;
}
.AnyTagClassName
{
color: #8ECE46;
}
</style>
background-color css
<style>
a { background-color: #8ECE46; }
a { background-color: rgb(142,206,70); }
div.DivClassName
{
background-color: #8ECE46;
}
.BgClassName
{
background-color: #8ECE46;
}
</style>
border-color css
<style>
span { border-color: #8ECE46; }
span { border-color: rgb(142,206,70); }
td.TdClassName
{
border-color: #8ECE46;
}
.TagClassName
{
border-color: #8ECE46;
}
</style>