Shades of Salem #0A8856
Tints of Salem #0A8856
RGB
CMYK
RGB Variations
Color information
#0A8856 (or 0x0A8856) is known color: Salem. HEX triplet: 0A, 88 and 56. RGB value is (10,136,86). Sum of RGB (Red+Green+Blue) = 10+136+86=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8856 is #F577A9. Grayscale: #5C5C5C. Windows color (decimal): -16086954 or 5670922. OLE color: 5670922.
HSL color Cylindrical-coordinate representation of color #0A8856: hue angle of 156.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8856 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 86 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.47 |
| HSL | 156.19º | 0.86% | 0.29% | - |
| HSV(B) | 156.19º | 0.93% | 0.53% | - |
| XYZ | 10.61 | 18.34 | 11.79 | - |
| YUV | 92.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 86 | 0.93 | 0 | 0.37 | 0.47 | 156.19 | 0.86 | 0.29 |
| Hex | A | 88 | 56 | 5D | 0 | 25 | 2F | 9C | 56 | 1D |
| Octal | 12 | 210 | 126 | 135 | 0 | 45 | 57 | 234 | 126 | 35 |
| Binary | 1010 | 10001000 | 1010110 | 1011101 | 0 | 100101 | 101111 | 10011100 | 1010110 | 11101 |
Color Harmonies of #0A8856
Complementary color
Monochromatic Colors of #0A8856
Black with #0A8856
Text Example
Text Example
White with #0A8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8856; }
p { color: rgb(10,136,86); }
H1.HeaderClassName
{
color: #0A8856;
}
.AnyTagClassName
{
color: #0A8856;
}
</style>
background-color css
<style>
a { background-color: #0A8856; }
a { background-color: rgb(10,136,86); }
div.DivClassName
{
background-color: #0A8856;
}
.BgClassName
{
background-color: #0A8856;
}
</style>
border-color css
<style>
span { border-color: #0A8856; }
span { border-color: rgb(10,136,86); }
td.TdClassName
{
border-color: #0A8856;
}
.TagClassName
{
border-color: #0A8856;
}
</style>