Shades of Atlantis #8ED347
Tints of Atlantis #8ED347
RGB
CMYK
RGB Variations
Color information
#8ED347 (or 0x8ED347) is known color: Atlantis. HEX triplet: 8E, D3 and 47. RGB value is (142,211,71). Sum of RGB (Red+Green+Blue) = 142+211+71=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED347 is #712CB8. Grayscale: #AEAEAE. Windows color (decimal): -7417017 or 4707214. OLE color: 4707214.
HSL color Cylindrical-coordinate representation of color #8ED347: hue angle of 89.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED347 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 71 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.17 |
| HSL | 89.57º | 0.61% | 0.55% | - |
| HSV(B) | 89.57º | 0.66% | 0.83% | - |
| XYZ | 35.59 | 52.79 | 14.28 | - |
| YUV | 174.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 71 | 0.33 | 0 | 0.66 | 0.17 | 89.57 | 0.61 | 0.55 |
| Hex | 8E | D3 | 47 | 21 | 0 | 42 | 11 | 5A | 3D | 37 |
| Octal | 216 | 323 | 107 | 41 | 0 | 102 | 21 | 132 | 75 | 67 |
| Binary | 10001110 | 11010011 | 1000111 | 100001 | 0 | 1000010 | 10001 | 1011010 | 111101 | 110111 |
Color Harmonies of #8ED347
Complementary color
Monochromatic Colors of #8ED347
Black with #8ED347
Text Example
Text Example
White with #8ED347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED347; }
p { color: rgb(142,211,71); }
H1.HeaderClassName
{
color: #8ED347;
}
.AnyTagClassName
{
color: #8ED347;
}
</style>
background-color css
<style>
a { background-color: #8ED347; }
a { background-color: rgb(142,211,71); }
div.DivClassName
{
background-color: #8ED347;
}
.BgClassName
{
background-color: #8ED347;
}
</style>
border-color css
<style>
span { border-color: #8ED347; }
span { border-color: rgb(142,211,71); }
td.TdClassName
{
border-color: #8ED347;
}
.TagClassName
{
border-color: #8ED347;
}
</style>