Shades of Atlantis #8DC549
Tints of Atlantis #8DC549
RGB
CMYK
RGB Variations
Color information
#8DC549 (or 0x8DC549) is known color: Atlantis. HEX triplet: 8D, C5 and 49. RGB value is (141,197,73). Sum of RGB (Red+Green+Blue) = 141+197+73=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC549 is #723AB6. Grayscale: #A6A6A6. Windows color (decimal): -7486135 or 4834701. OLE color: 4834701.
HSL color Cylindrical-coordinate representation of color #8DC549: hue angle of 87.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DC549 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 73 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.23 |
| HSL | 87.1º | 0.52% | 0.53% | - |
| HSV(B) | 87.1º | 0.63% | 0.77% | - |
| XYZ | 32.15 | 46.08 | 13.5 | - |
| YUV | 166.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 73 | 0.28 | 0 | 0.63 | 0.23 | 87.1 | 0.52 | 0.53 |
| Hex | 8D | C5 | 49 | 1C | 0 | 3F | 17 | 57 | 34 | 35 |
| Octal | 215 | 305 | 111 | 34 | 0 | 77 | 27 | 127 | 64 | 65 |
| Binary | 10001101 | 11000101 | 1001001 | 11100 | 0 | 111111 | 10111 | 1010111 | 110100 | 110101 |
Color Harmonies of #8DC549
Complementary color
Monochromatic Colors of #8DC549
Black with #8DC549
Text Example
Text Example
White with #8DC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC549; }
p { color: rgb(141,197,73); }
H1.HeaderClassName
{
color: #8DC549;
}
.AnyTagClassName
{
color: #8DC549;
}
</style>
background-color css
<style>
a { background-color: #8DC549; }
a { background-color: rgb(141,197,73); }
div.DivClassName
{
background-color: #8DC549;
}
.BgClassName
{
background-color: #8DC549;
}
</style>
border-color css
<style>
span { border-color: #8DC549; }
span { border-color: rgb(141,197,73); }
td.TdClassName
{
border-color: #8DC549;
}
.TagClassName
{
border-color: #8DC549;
}
</style>