Shades of Salem #0A8146
Tints of Salem #0A8146
RGB
CMYK
RGB Variations
Color information
#0A8146 (or 0x0A8146) is known color: Salem. HEX triplet: 0A, 81 and 46. RGB value is (10,129,70). Sum of RGB (Red+Green+Blue) = 10+129+70=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8146 is #F57EB9. Grayscale: #565656. Windows color (decimal): -16088762 or 4620554. OLE color: 4620554.
HSL color Cylindrical-coordinate representation of color #0A8146: hue angle of 150.25º 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 #0A8146 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 70 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.49 |
| HSL | 150.25º | 0.86% | 0.27% | - |
| HSV(B) | 150.25º | 0.92% | 0.51% | - |
| XYZ | 9.08 | 16.21 | 8.44 | - |
| YUV | 86.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 70 | 0.92 | 0 | 0.46 | 0.49 | 150.25 | 0.86 | 0.27 |
| Hex | A | 81 | 46 | 5C | 0 | 2E | 31 | 96 | 56 | 1B |
| Octal | 12 | 201 | 106 | 134 | 0 | 56 | 61 | 226 | 126 | 33 |
| Binary | 1010 | 10000001 | 1000110 | 1011100 | 0 | 101110 | 110001 | 10010110 | 1010110 | 11011 |
Color Harmonies of #0A8146
Complementary color
Monochromatic Colors of #0A8146
Black with #0A8146
Text Example
Text Example
White with #0A8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8146; }
p { color: rgb(10,129,70); }
H1.HeaderClassName
{
color: #0A8146;
}
.AnyTagClassName
{
color: #0A8146;
}
</style>
background-color css
<style>
a { background-color: #0A8146; }
a { background-color: rgb(10,129,70); }
div.DivClassName
{
background-color: #0A8146;
}
.BgClassName
{
background-color: #0A8146;
}
</style>
border-color css
<style>
span { border-color: #0A8146; }
span { border-color: rgb(10,129,70); }
td.TdClassName
{
border-color: #0A8146;
}
.TagClassName
{
border-color: #0A8146;
}
</style>