Shades of Atlantis #8DC548
Tints of Atlantis #8DC548
RGB
CMYK
RGB Variations
Color information
#8DC548 (or 0x8DC548) is known color: Atlantis. HEX triplet: 8D, C5 and 48. RGB value is (141,197,72). Sum of RGB (Red+Green+Blue) = 141+197+72=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC548 is #723AB7. Grayscale: #A6A6A6. Windows color (decimal): -7486136 or 4769165. OLE color: 4769165.
HSL color Cylindrical-coordinate representation of color #8DC548: hue angle of 86.88º 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 #8DC548 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 72 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.23 |
| HSL | 86.88º | 0.52% | 0.53% | - |
| HSV(B) | 86.88º | 0.63% | 0.77% | - |
| XYZ | 32.12 | 46.06 | 13.33 | - |
| YUV | 166.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 72 | 0.28 | 0 | 0.63 | 0.23 | 86.88 | 0.52 | 0.53 |
| Hex | 8D | C5 | 48 | 1C | 0 | 3F | 17 | 57 | 34 | 35 |
| Octal | 215 | 305 | 110 | 34 | 0 | 77 | 27 | 127 | 64 | 65 |
| Binary | 10001101 | 11000101 | 1001000 | 11100 | 0 | 111111 | 10111 | 1010111 | 110100 | 110101 |
Color Harmonies of #8DC548
Complementary color
Monochromatic Colors of #8DC548
Black with #8DC548
Text Example
Text Example
White with #8DC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC548; }
p { color: rgb(141,197,72); }
H1.HeaderClassName
{
color: #8DC548;
}
.AnyTagClassName
{
color: #8DC548;
}
</style>
background-color css
<style>
a { background-color: #8DC548; }
a { background-color: rgb(141,197,72); }
div.DivClassName
{
background-color: #8DC548;
}
.BgClassName
{
background-color: #8DC548;
}
</style>
border-color css
<style>
span { border-color: #8DC548; }
span { border-color: rgb(141,197,72); }
td.TdClassName
{
border-color: #8DC548;
}
.TagClassName
{
border-color: #8DC548;
}
</style>