Shades of Atlantis #8ECD49
Tints of Atlantis #8ECD49
RGB
CMYK
RGB Variations
Color information
#8ECD49 (or 0x8ECD49) is known color: Atlantis. HEX triplet: 8E, CD and 49. RGB value is (142,205,73). Sum of RGB (Red+Green+Blue) = 142+205+73=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECD49 is #7132B6. Grayscale: #ABABAB. Windows color (decimal): -7418551 or 4836750. OLE color: 4836750.
HSL color Cylindrical-coordinate representation of color #8ECD49: hue angle of 88.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ECD49 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 73 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.20 |
| HSL | 88.64º | 0.57% | 0.55% | - |
| HSV(B) | 88.64º | 0.64% | 0.8% | - |
| XYZ | 34.19 | 49.89 | 14.13 | - |
| YUV | 171.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 73 | 0.31 | 0 | 0.64 | 0.20 | 88.64 | 0.57 | 0.55 |
| Hex | 8E | CD | 49 | 1F | 0 | 40 | 14 | 59 | 39 | 37 |
| Octal | 216 | 315 | 111 | 37 | 0 | 100 | 24 | 131 | 71 | 67 |
| Binary | 10001110 | 11001101 | 1001001 | 11111 | 0 | 1000000 | 10100 | 1011001 | 111001 | 110111 |
Color Harmonies of #8ECD49
Complementary color
Monochromatic Colors of #8ECD49
Black with #8ECD49
Text Example
Text Example
White with #8ECD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD49; }
p { color: rgb(142,205,73); }
H1.HeaderClassName
{
color: #8ECD49;
}
.AnyTagClassName
{
color: #8ECD49;
}
</style>
background-color css
<style>
a { background-color: #8ECD49; }
a { background-color: rgb(142,205,73); }
div.DivClassName
{
background-color: #8ECD49;
}
.BgClassName
{
background-color: #8ECD49;
}
</style>
border-color css
<style>
span { border-color: #8ECD49; }
span { border-color: rgb(142,205,73); }
td.TdClassName
{
border-color: #8ECD49;
}
.TagClassName
{
border-color: #8ECD49;
}
</style>