Shades of Atlantis #8ECE43
Tints of Atlantis #8ECE43
RGB
CMYK
RGB Variations
Color information
#8ECE43 (or 0x8ECE43) is known color: Atlantis. HEX triplet: 8E, CE and 43. RGB value is (142,206,67). Sum of RGB (Red+Green+Blue) = 142+206+67=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE43 is #7131BC. Grayscale: #ABABAB. Windows color (decimal): -7418301 or 4443790. OLE color: 4443790.
HSL color Cylindrical-coordinate representation of color #8ECE43: hue angle of 87.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ECE43 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 67 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.19 |
| HSL | 87.63º | 0.59% | 0.54% | - |
| HSV(B) | 87.63º | 0.67% | 0.81% | - |
| XYZ | 34.24 | 50.3 | 13.21 | - |
| YUV | 171.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 67 | 0.31 | 0 | 0.67 | 0.19 | 87.63 | 0.59 | 0.54 |
| Hex | 8E | CE | 43 | 1F | 0 | 43 | 13 | 58 | 3B | 36 |
| Octal | 216 | 316 | 103 | 37 | 0 | 103 | 23 | 130 | 73 | 66 |
| Binary | 10001110 | 11001110 | 1000011 | 11111 | 0 | 1000011 | 10011 | 1011000 | 111011 | 110110 |
Color Harmonies of #8ECE43
Complementary color
Monochromatic Colors of #8ECE43
Black with #8ECE43
Text Example
Text Example
White with #8ECE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE43; }
p { color: rgb(142,206,67); }
H1.HeaderClassName
{
color: #8ECE43;
}
.AnyTagClassName
{
color: #8ECE43;
}
</style>
background-color css
<style>
a { background-color: #8ECE43; }
a { background-color: rgb(142,206,67); }
div.DivClassName
{
background-color: #8ECE43;
}
.BgClassName
{
background-color: #8ECE43;
}
</style>
border-color css
<style>
span { border-color: #8ECE43; }
span { border-color: rgb(142,206,67); }
td.TdClassName
{
border-color: #8ECE43;
}
.TagClassName
{
border-color: #8ECE43;
}
</style>