Shades of Salem #0A8D52
Tints of Salem #0A8D52
RGB
CMYK
RGB Variations
Color information
#0A8D52 (or 0x0A8D52) is known color: Salem. HEX triplet: 0A, 8D and 52. RGB value is (10,141,82). Sum of RGB (Red+Green+Blue) = 10+141+82=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #0A8D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8D52 is #F572AD. Grayscale: #5F5F5F. Windows color (decimal): -16085678 or 5410058. OLE color: 5410058.
HSL color Cylindrical-coordinate representation of color #0A8D52: hue angle of 152.98º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8D52 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 141 | 82 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.45 |
| HSL | 152.98º | 0.87% | 0.3% | - |
| HSV(B) | 152.98º | 0.93% | 0.55% | - |
| XYZ | 11.17 | 19.72 | 11.2 | - |
| YUV | 95.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 141 | 82 | 0.93 | 0 | 0.42 | 0.45 | 152.98 | 0.87 | 0.3 |
| Hex | A | 8D | 52 | 5D | 0 | 2A | 2D | 99 | 57 | 1E |
| Octal | 12 | 215 | 122 | 135 | 0 | 52 | 55 | 231 | 127 | 36 |
| Binary | 1010 | 10001101 | 1010010 | 1011101 | 0 | 101010 | 101101 | 10011001 | 1010111 | 11110 |
Color Harmonies of #0A8D52
Complementary color
Monochromatic Colors of #0A8D52
Black with #0A8D52
Text Example
Text Example
White with #0A8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8D52; }
p { color: rgb(10,141,82); }
H1.HeaderClassName
{
color: #0A8D52;
}
.AnyTagClassName
{
color: #0A8D52;
}
</style>
background-color css
<style>
a { background-color: #0A8D52; }
a { background-color: rgb(10,141,82); }
div.DivClassName
{
background-color: #0A8D52;
}
.BgClassName
{
background-color: #0A8D52;
}
</style>
border-color css
<style>
span { border-color: #0A8D52; }
span { border-color: rgb(10,141,82); }
td.TdClassName
{
border-color: #0A8D52;
}
.TagClassName
{
border-color: #0A8D52;
}
</style>