Shades of Atlantis #8ED349
Tints of Atlantis #8ED349
RGB
CMYK
RGB Variations
Color information
#8ED349 (or 0x8ED349) is known color: Atlantis. HEX triplet: 8E, D3 and 49. RGB value is (142,211,73). Sum of RGB (Red+Green+Blue) = 142+211+73=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED349 is #712CB6. Grayscale: #AFAFAF. Windows color (decimal): -7417015 or 4838286. OLE color: 4838286.
HSL color Cylindrical-coordinate representation of color #8ED349: hue angle of 90º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ED349 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 73 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.17 |
| HSL | 90º | 0.61% | 0.56% | - |
| HSV(B) | 90º | 0.65% | 0.83% | - |
| XYZ | 35.65 | 52.82 | 14.62 | - |
| YUV | 174.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 73 | 0.33 | 0 | 0.65 | 0.17 | 90 | 0.61 | 0.56 |
| Hex | 8E | D3 | 49 | 21 | 0 | 41 | 11 | 5A | 3D | 38 |
| Octal | 216 | 323 | 111 | 41 | 0 | 101 | 21 | 132 | 75 | 70 |
| Binary | 10001110 | 11010011 | 1001001 | 100001 | 0 | 1000001 | 10001 | 1011010 | 111101 | 111000 |
Color Harmonies of #8ED349
Complementary color
Monochromatic Colors of #8ED349
Black with #8ED349
Text Example
Text Example
White with #8ED349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED349; }
p { color: rgb(142,211,73); }
H1.HeaderClassName
{
color: #8ED349;
}
.AnyTagClassName
{
color: #8ED349;
}
</style>
background-color css
<style>
a { background-color: #8ED349; }
a { background-color: rgb(142,211,73); }
div.DivClassName
{
background-color: #8ED349;
}
.BgClassName
{
background-color: #8ED349;
}
</style>
border-color css
<style>
span { border-color: #8ED349; }
span { border-color: rgb(142,211,73); }
td.TdClassName
{
border-color: #8ED349;
}
.TagClassName
{
border-color: #8ED349;
}
</style>