Shades of Atlantis #8ED147
Tints of Atlantis #8ED147
RGB
CMYK
RGB Variations
Color information
#8ED147 (or 0x8ED147) is known color: Atlantis. HEX triplet: 8E, D1 and 47. RGB value is (142,209,71). Sum of RGB (Red+Green+Blue) = 142+209+71=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED147 is #712EB8. Grayscale: #ADADAD. Windows color (decimal): -7417529 or 4706702. OLE color: 4706702.
HSL color Cylindrical-coordinate representation of color #8ED147: hue angle of 89.13º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED147 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 71 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.18 |
| HSL | 89.13º | 0.6% | 0.55% | - |
| HSV(B) | 89.13º | 0.66% | 0.82% | - |
| XYZ | 35.09 | 51.81 | 14.11 | - |
| YUV | 173.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 71 | 0.32 | 0 | 0.66 | 0.18 | 89.13 | 0.6 | 0.55 |
| Hex | 8E | D1 | 47 | 20 | 0 | 42 | 12 | 59 | 3C | 37 |
| Octal | 216 | 321 | 107 | 40 | 0 | 102 | 22 | 131 | 74 | 67 |
| Binary | 10001110 | 11010001 | 1000111 | 100000 | 0 | 1000010 | 10010 | 1011001 | 111100 | 110111 |
Color Harmonies of #8ED147
Complementary color
Monochromatic Colors of #8ED147
Black with #8ED147
Text Example
Text Example
White with #8ED147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED147; }
p { color: rgb(142,209,71); }
H1.HeaderClassName
{
color: #8ED147;
}
.AnyTagClassName
{
color: #8ED147;
}
</style>
background-color css
<style>
a { background-color: #8ED147; }
a { background-color: rgb(142,209,71); }
div.DivClassName
{
background-color: #8ED147;
}
.BgClassName
{
background-color: #8ED147;
}
</style>
border-color css
<style>
span { border-color: #8ED147; }
span { border-color: rgb(142,209,71); }
td.TdClassName
{
border-color: #8ED147;
}
.TagClassName
{
border-color: #8ED147;
}
</style>