Shades of Salem #0A8246
Tints of Salem #0A8246
RGB
CMYK
RGB Variations
Color information
#0A8246 (or 0x0A8246) is known color: Salem. HEX triplet: 0A, 82 and 46. RGB value is (10,130,70). Sum of RGB (Red+Green+Blue) = 10+130+70=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8246 is #F57DB9. Grayscale: #575757. Windows color (decimal): -16088506 or 4620810. OLE color: 4620810.
HSL color Cylindrical-coordinate representation of color #0A8246: hue angle of 150º 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 #0A8246 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 70 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.49 |
| HSL | 150º | 0.86% | 0.27% | - |
| HSV(B) | 150º | 0.92% | 0.51% | - |
| XYZ | 9.21 | 16.47 | 8.49 | - |
| YUV | 87.28 | 118.24 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 70 | 0.92 | 0 | 0.46 | 0.49 | 150 | 0.86 | 0.27 |
| Hex | A | 82 | 46 | 5C | 0 | 2E | 31 | 96 | 56 | 1B |
| Octal | 12 | 202 | 106 | 134 | 0 | 56 | 61 | 226 | 126 | 33 |
| Binary | 1010 | 10000010 | 1000110 | 1011100 | 0 | 101110 | 110001 | 10010110 | 1010110 | 11011 |
Color Harmonies of #0A8246
Complementary color
Monochromatic Colors of #0A8246
Black with #0A8246
Text Example
Text Example
White with #0A8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8246; }
p { color: rgb(10,130,70); }
H1.HeaderClassName
{
color: #0A8246;
}
.AnyTagClassName
{
color: #0A8246;
}
</style>
background-color css
<style>
a { background-color: #0A8246; }
a { background-color: rgb(10,130,70); }
div.DivClassName
{
background-color: #0A8246;
}
.BgClassName
{
background-color: #0A8246;
}
</style>
border-color css
<style>
span { border-color: #0A8246; }
span { border-color: rgb(10,130,70); }
td.TdClassName
{
border-color: #0A8246;
}
.TagClassName
{
border-color: #0A8246;
}
</style>