Shades of Atlantis #8ECE39
Tints of Atlantis #8ECE39
RGB
CMYK
RGB Variations
Color information
#8ECE39 (or 0x8ECE39) is known color: Atlantis. HEX triplet: 8E, CE and 39. RGB value is (142,206,57). Sum of RGB (Red+Green+Blue) = 142+206+57=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE39 is #7131C6. Grayscale: #AAAAAA. Windows color (decimal): -7418311 or 3788430. OLE color: 3788430.
HSL color Cylindrical-coordinate representation of color #8ECE39: hue angle of 85.77º 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 #8ECE39 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 57 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.19 |
| HSL | 85.77º | 0.6% | 0.52% | - |
| HSV(B) | 85.77º | 0.72% | 0.81% | - |
| XYZ | 33.97 | 50.19 | 11.77 | - |
| YUV | 169.88 | 64.3 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 57 | 0.31 | 0 | 0.72 | 0.19 | 85.77 | 0.6 | 0.52 |
| Hex | 8E | CE | 39 | 1F | 0 | 48 | 13 | 56 | 3C | 34 |
| Octal | 216 | 316 | 71 | 37 | 0 | 110 | 23 | 126 | 74 | 64 |
| Binary | 10001110 | 11001110 | 111001 | 11111 | 0 | 1001000 | 10011 | 1010110 | 111100 | 110100 |
Color Harmonies of #8ECE39
Complementary color
Monochromatic Colors of #8ECE39
Black with #8ECE39
Text Example
Text Example
White with #8ECE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE39; }
p { color: rgb(142,206,57); }
H1.HeaderClassName
{
color: #8ECE39;
}
.AnyTagClassName
{
color: #8ECE39;
}
</style>
background-color css
<style>
a { background-color: #8ECE39; }
a { background-color: rgb(142,206,57); }
div.DivClassName
{
background-color: #8ECE39;
}
.BgClassName
{
background-color: #8ECE39;
}
</style>
border-color css
<style>
span { border-color: #8ECE39; }
span { border-color: rgb(142,206,57); }
td.TdClassName
{
border-color: #8ECE39;
}
.TagClassName
{
border-color: #8ECE39;
}
</style>