Shades of Atlantis #8DC445
Tints of Atlantis #8DC445
RGB
CMYK
RGB Variations
Color information
#8DC445 (or 0x8DC445) is known color: Atlantis. HEX triplet: 8D, C4 and 45. RGB value is (141,196,69). Sum of RGB (Red+Green+Blue) = 141+196+69=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC445 is #723BBA. Grayscale: #A5A5A5. Windows color (decimal): -7486395 or 4572301. OLE color: 4572301.
HSL color Cylindrical-coordinate representation of color #8DC445: hue angle of 85.98º 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 #8DC445 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 69 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.23 |
| HSL | 85.98º | 0.52% | 0.52% | - |
| HSV(B) | 85.98º | 0.65% | 0.77% | - |
| XYZ | 31.8 | 45.57 | 12.75 | - |
| YUV | 165.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 69 | 0.28 | 0 | 0.65 | 0.23 | 85.98 | 0.52 | 0.52 |
| Hex | 8D | C4 | 45 | 1C | 0 | 41 | 17 | 56 | 34 | 34 |
| Octal | 215 | 304 | 105 | 34 | 0 | 101 | 27 | 126 | 64 | 64 |
| Binary | 10001101 | 11000100 | 1000101 | 11100 | 0 | 1000001 | 10111 | 1010110 | 110100 | 110100 |
Color Harmonies of #8DC445
Complementary color
Monochromatic Colors of #8DC445
Black with #8DC445
Text Example
Text Example
White with #8DC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC445; }
p { color: rgb(141,196,69); }
H1.HeaderClassName
{
color: #8DC445;
}
.AnyTagClassName
{
color: #8DC445;
}
</style>
background-color css
<style>
a { background-color: #8DC445; }
a { background-color: rgb(141,196,69); }
div.DivClassName
{
background-color: #8DC445;
}
.BgClassName
{
background-color: #8DC445;
}
</style>
border-color css
<style>
span { border-color: #8DC445; }
span { border-color: rgb(141,196,69); }
td.TdClassName
{
border-color: #8DC445;
}
.TagClassName
{
border-color: #8DC445;
}
</style>