Shades of Salem #0A8140
Tints of Salem #0A8140
RGB
CMYK
RGB Variations
Color information
#0A8140 (or 0x0A8140) is known color: Salem. HEX triplet: 0A, 81 and 40. RGB value is (10,129,64). Sum of RGB (Red+Green+Blue) = 10+129+64=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8140 is #F57EBF. Grayscale: #565656. Windows color (decimal): -16088768 or 4227338. OLE color: 4227338.
HSL color Cylindrical-coordinate representation of color #0A8140: hue angle of 147.23º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8140 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 64 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.49 |
| HSL | 147.23º | 0.86% | 0.27% | - |
| HSV(B) | 147.23º | 0.92% | 0.51% | - |
| XYZ | 8.9 | 16.14 | 7.5 | - |
| YUV | 86.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 64 | 0.92 | 0 | 0.50 | 0.49 | 147.23 | 0.86 | 0.27 |
| Hex | A | 81 | 40 | 5C | 0 | 32 | 31 | 93 | 56 | 1B |
| Octal | 12 | 201 | 100 | 134 | 0 | 62 | 61 | 223 | 126 | 33 |
| Binary | 1010 | 10000001 | 1000000 | 1011100 | 0 | 110010 | 110001 | 10010011 | 1010110 | 11011 |
Color Harmonies of #0A8140
Complementary color
Monochromatic Colors of #0A8140
Black with #0A8140
Text Example
Text Example
White with #0A8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8140; }
p { color: rgb(10,129,64); }
H1.HeaderClassName
{
color: #0A8140;
}
.AnyTagClassName
{
color: #0A8140;
}
</style>
background-color css
<style>
a { background-color: #0A8140; }
a { background-color: rgb(10,129,64); }
div.DivClassName
{
background-color: #0A8140;
}
.BgClassName
{
background-color: #0A8140;
}
</style>
border-color css
<style>
span { border-color: #0A8140; }
span { border-color: rgb(10,129,64); }
td.TdClassName
{
border-color: #0A8140;
}
.TagClassName
{
border-color: #0A8140;
}
</style>