Shades of Atlantis #8DC448
Tints of Atlantis #8DC448
RGB
CMYK
RGB Variations
Color information
#8DC448 (or 0x8DC448) is known color: Atlantis. HEX triplet: 8D, C4 and 48. RGB value is (141,196,72). Sum of RGB (Red+Green+Blue) = 141+196+72=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC448 is #723BB7. Grayscale: #A5A5A5. Windows color (decimal): -7486392 or 4768909. OLE color: 4768909.
HSL color Cylindrical-coordinate representation of color #8DC448: hue angle of 86.61º degrees, saturation: 0.51, 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 #8DC448 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 72 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.23 |
| HSL | 86.61º | 0.51% | 0.53% | - |
| HSV(B) | 86.61º | 0.63% | 0.77% | - |
| XYZ | 31.89 | 45.61 | 13.25 | - |
| YUV | 165.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 72 | 0.28 | 0 | 0.63 | 0.23 | 86.61 | 0.51 | 0.53 |
| Hex | 8D | C4 | 48 | 1C | 0 | 3F | 17 | 57 | 33 | 35 |
| Octal | 215 | 304 | 110 | 34 | 0 | 77 | 27 | 127 | 63 | 65 |
| Binary | 10001101 | 11000100 | 1001000 | 11100 | 0 | 111111 | 10111 | 1010111 | 110011 | 110101 |
Color Harmonies of #8DC448
Complementary color
Monochromatic Colors of #8DC448
Black with #8DC448
Text Example
Text Example
White with #8DC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC448; }
p { color: rgb(141,196,72); }
H1.HeaderClassName
{
color: #8DC448;
}
.AnyTagClassName
{
color: #8DC448;
}
</style>
background-color css
<style>
a { background-color: #8DC448; }
a { background-color: rgb(141,196,72); }
div.DivClassName
{
background-color: #8DC448;
}
.BgClassName
{
background-color: #8DC448;
}
</style>
border-color css
<style>
span { border-color: #8DC448; }
span { border-color: rgb(141,196,72); }
td.TdClassName
{
border-color: #8DC448;
}
.TagClassName
{
border-color: #8DC448;
}
</style>