Shades of Salem #0A853F
Tints of Salem #0A853F
RGB
CMYK
RGB Variations
Color information
#0A853F (or 0x0A853F) is known color: Salem. HEX triplet: 0A, 85 and 3F. RGB value is (10,133,63). Sum of RGB (Red+Green+Blue) = 10+133+63=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #0A853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A853F is #F57AC0. Grayscale: #585858. Windows color (decimal): -16087745 or 4162826. OLE color: 4162826.
HSL color Cylindrical-coordinate representation of color #0A853F: hue angle of 145.85º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A853F is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 63 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.48 |
| HSL | 145.85º | 0.86% | 0.28% | - |
| HSV(B) | 145.85º | 0.92% | 0.52% | - |
| XYZ | 9.41 | 17.2 | 7.53 | - |
| YUV | 88.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 63 | 0.92 | 0 | 0.53 | 0.48 | 145.85 | 0.86 | 0.28 |
| Hex | A | 85 | 3F | 5C | 0 | 35 | 30 | 92 | 56 | 1C |
| Octal | 12 | 205 | 77 | 134 | 0 | 65 | 60 | 222 | 126 | 34 |
| Binary | 1010 | 10000101 | 111111 | 1011100 | 0 | 110101 | 110000 | 10010010 | 1010110 | 11100 |
Color Harmonies of #0A853F
Complementary color
Monochromatic Colors of #0A853F
Black with #0A853F
Text Example
Text Example
White with #0A853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A853F; }
p { color: rgb(10,133,63); }
H1.HeaderClassName
{
color: #0A853F;
}
.AnyTagClassName
{
color: #0A853F;
}
</style>
background-color css
<style>
a { background-color: #0A853F; }
a { background-color: rgb(10,133,63); }
div.DivClassName
{
background-color: #0A853F;
}
.BgClassName
{
background-color: #0A853F;
}
</style>
border-color css
<style>
span { border-color: #0A853F; }
span { border-color: rgb(10,133,63); }
td.TdClassName
{
border-color: #0A853F;
}
.TagClassName
{
border-color: #0A853F;
}
</style>