Shades of Atlantis #8DC446
Tints of Atlantis #8DC446
RGB
CMYK
RGB Variations
Color information
#8DC446 (or 0x8DC446) is known color: Atlantis. HEX triplet: 8D, C4 and 46. RGB value is (141,196,70). Sum of RGB (Red+Green+Blue) = 141+196+70=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC446 is #723BB9. Grayscale: #A5A5A5. Windows color (decimal): -7486394 or 4637837. OLE color: 4637837.
HSL color Cylindrical-coordinate representation of color #8DC446: hue angle of 86.19º degrees, saturation: 0.52, 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 #8DC446 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 70 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.23 |
| HSL | 86.19º | 0.52% | 0.52% | - |
| HSV(B) | 86.19º | 0.64% | 0.77% | - |
| XYZ | 31.83 | 45.58 | 12.92 | - |
| YUV | 165.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 70 | 0.28 | 0 | 0.64 | 0.23 | 86.19 | 0.52 | 0.52 |
| Hex | 8D | C4 | 46 | 1C | 0 | 40 | 17 | 56 | 34 | 34 |
| Octal | 215 | 304 | 106 | 34 | 0 | 100 | 27 | 126 | 64 | 64 |
| Binary | 10001101 | 11000100 | 1000110 | 11100 | 0 | 1000000 | 10111 | 1010110 | 110100 | 110100 |
Color Harmonies of #8DC446
Complementary color
Monochromatic Colors of #8DC446
Black with #8DC446
Text Example
Text Example
White with #8DC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC446; }
p { color: rgb(141,196,70); }
H1.HeaderClassName
{
color: #8DC446;
}
.AnyTagClassName
{
color: #8DC446;
}
</style>
background-color css
<style>
a { background-color: #8DC446; }
a { background-color: rgb(141,196,70); }
div.DivClassName
{
background-color: #8DC446;
}
.BgClassName
{
background-color: #8DC446;
}
</style>
border-color css
<style>
span { border-color: #8DC446; }
span { border-color: rgb(141,196,70); }
td.TdClassName
{
border-color: #8DC446;
}
.TagClassName
{
border-color: #8DC446;
}
</style>