Shades of Atlantis #8DC545
Tints of Atlantis #8DC545
RGB
CMYK
RGB Variations
Color information
#8DC545 (or 0x8DC545) is known color: Atlantis. HEX triplet: 8D, C5 and 45. RGB value is (141,197,69). Sum of RGB (Red+Green+Blue) = 141+197+69=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC545 is #723ABA. Grayscale: #A6A6A6. Windows color (decimal): -7486139 or 4572557. OLE color: 4572557.
HSL color Cylindrical-coordinate representation of color #8DC545: hue angle of 86.25º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DC545 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 69 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.23 |
| HSL | 86.25º | 0.52% | 0.52% | - |
| HSV(B) | 86.25º | 0.65% | 0.77% | - |
| XYZ | 32.02 | 46.02 | 12.83 | - |
| YUV | 165.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 69 | 0.28 | 0 | 0.65 | 0.23 | 86.25 | 0.52 | 0.52 |
| Hex | 8D | C5 | 45 | 1C | 0 | 41 | 17 | 56 | 34 | 34 |
| Octal | 215 | 305 | 105 | 34 | 0 | 101 | 27 | 126 | 64 | 64 |
| Binary | 10001101 | 11000101 | 1000101 | 11100 | 0 | 1000001 | 10111 | 1010110 | 110100 | 110100 |
Color Harmonies of #8DC545
Complementary color
Monochromatic Colors of #8DC545
Black with #8DC545
Text Example
Text Example
White with #8DC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC545; }
p { color: rgb(141,197,69); }
H1.HeaderClassName
{
color: #8DC545;
}
.AnyTagClassName
{
color: #8DC545;
}
</style>
background-color css
<style>
a { background-color: #8DC545; }
a { background-color: rgb(141,197,69); }
div.DivClassName
{
background-color: #8DC545;
}
.BgClassName
{
background-color: #8DC545;
}
</style>
border-color css
<style>
span { border-color: #8DC545; }
span { border-color: rgb(141,197,69); }
td.TdClassName
{
border-color: #8DC545;
}
.TagClassName
{
border-color: #8DC545;
}
</style>