Shades of Atlantis #8ECB49
Tints of Atlantis #8ECB49
RGB
CMYK
RGB Variations
Color information
#8ECB49 (or 0x8ECB49) is known color: Atlantis. HEX triplet: 8E, CB and 49. RGB value is (142,203,73). Sum of RGB (Red+Green+Blue) = 142+203+73=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECB49 is #7134B6. Grayscale: #AAAAAA. Windows color (decimal): -7419063 or 4836238. OLE color: 4836238.
HSL color Cylindrical-coordinate representation of color #8ECB49: hue angle of 88.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ECB49 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 73 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.20 |
| HSL | 88.15º | 0.56% | 0.54% | - |
| HSV(B) | 88.15º | 0.64% | 0.8% | - |
| XYZ | 33.71 | 48.94 | 13.97 | - |
| YUV | 169.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 73 | 0.30 | 0 | 0.64 | 0.20 | 88.15 | 0.56 | 0.54 |
| Hex | 8E | CB | 49 | 1E | 0 | 40 | 14 | 58 | 38 | 36 |
| Octal | 216 | 313 | 111 | 36 | 0 | 100 | 24 | 130 | 70 | 66 |
| Binary | 10001110 | 11001011 | 1001001 | 11110 | 0 | 1000000 | 10100 | 1011000 | 111000 | 110110 |
Color Harmonies of #8ECB49
Complementary color
Monochromatic Colors of #8ECB49
Black with #8ECB49
Text Example
Text Example
White with #8ECB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECB49; }
p { color: rgb(142,203,73); }
H1.HeaderClassName
{
color: #8ECB49;
}
.AnyTagClassName
{
color: #8ECB49;
}
</style>
background-color css
<style>
a { background-color: #8ECB49; }
a { background-color: rgb(142,203,73); }
div.DivClassName
{
background-color: #8ECB49;
}
.BgClassName
{
background-color: #8ECB49;
}
</style>
border-color css
<style>
span { border-color: #8ECB49; }
span { border-color: rgb(142,203,73); }
td.TdClassName
{
border-color: #8ECB49;
}
.TagClassName
{
border-color: #8ECB49;
}
</style>