Shades of Atlantis #8DC447
Tints of Atlantis #8DC447
RGB
CMYK
RGB Variations
Color information
#8DC447 (or 0x8DC447) is known color: Atlantis. HEX triplet: 8D, C4 and 47. RGB value is (141,196,71). Sum of RGB (Red+Green+Blue) = 141+196+71=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC447 is #723BB8. Grayscale: #A5A5A5. Windows color (decimal): -7486393 or 4703373. OLE color: 4703373.
HSL color Cylindrical-coordinate representation of color #8DC447: hue angle of 86.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DC447 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 71 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.23 |
| HSL | 86.4º | 0.51% | 0.52% | - |
| HSV(B) | 86.4º | 0.64% | 0.77% | - |
| XYZ | 31.86 | 45.6 | 13.08 | - |
| YUV | 165.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 71 | 0.28 | 0 | 0.64 | 0.23 | 86.4 | 0.51 | 0.52 |
| Hex | 8D | C4 | 47 | 1C | 0 | 40 | 17 | 56 | 33 | 34 |
| Octal | 215 | 304 | 107 | 34 | 0 | 100 | 27 | 126 | 63 | 64 |
| Binary | 10001101 | 11000100 | 1000111 | 11100 | 0 | 1000000 | 10111 | 1010110 | 110011 | 110100 |
Color Harmonies of #8DC447
Complementary color
Monochromatic Colors of #8DC447
Black with #8DC447
Text Example
Text Example
White with #8DC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC447; }
p { color: rgb(141,196,71); }
H1.HeaderClassName
{
color: #8DC447;
}
.AnyTagClassName
{
color: #8DC447;
}
</style>
background-color css
<style>
a { background-color: #8DC447; }
a { background-color: rgb(141,196,71); }
div.DivClassName
{
background-color: #8DC447;
}
.BgClassName
{
background-color: #8DC447;
}
</style>
border-color css
<style>
span { border-color: #8DC447; }
span { border-color: rgb(141,196,71); }
td.TdClassName
{
border-color: #8DC447;
}
.TagClassName
{
border-color: #8DC447;
}
</style>