Shades of Salem #0A8C51
Tints of Salem #0A8C51
RGB
CMYK
RGB Variations
Color information
#0A8C51 (or 0x0A8C51) is known color: Salem. HEX triplet: 0A, 8C and 51. RGB value is (10,140,81). Sum of RGB (Red+Green+Blue) = 10+140+81=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #0A8C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8C51 is #F573AE. Grayscale: #5E5E5E. Windows color (decimal): -16085935 or 5344266. OLE color: 5344266.
HSL color Cylindrical-coordinate representation of color #0A8C51: hue angle of 152.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8C51 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 140 | 81 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.45 |
| HSL | 152.77º | 0.87% | 0.29% | - |
| HSV(B) | 152.77º | 0.93% | 0.55% | - |
| XYZ | 10.99 | 19.41 | 10.95 | - |
| YUV | 94.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 81 | 0.93 | 0 | 0.42 | 0.45 | 152.77 | 0.87 | 0.29 |
| Hex | A | 8C | 51 | 5D | 0 | 2A | 2D | 99 | 57 | 1D |
| Octal | 12 | 214 | 121 | 135 | 0 | 52 | 55 | 231 | 127 | 35 |
| Binary | 1010 | 10001100 | 1010001 | 1011101 | 0 | 101010 | 101101 | 10011001 | 1010111 | 11101 |
Color Harmonies of #0A8C51
Complementary color
Monochromatic Colors of #0A8C51
Black with #0A8C51
Text Example
Text Example
White with #0A8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8C51; }
p { color: rgb(10,140,81); }
H1.HeaderClassName
{
color: #0A8C51;
}
.AnyTagClassName
{
color: #0A8C51;
}
</style>
background-color css
<style>
a { background-color: #0A8C51; }
a { background-color: rgb(10,140,81); }
div.DivClassName
{
background-color: #0A8C51;
}
.BgClassName
{
background-color: #0A8C51;
}
</style>
border-color css
<style>
span { border-color: #0A8C51; }
span { border-color: rgb(10,140,81); }
td.TdClassName
{
border-color: #0A8C51;
}
.TagClassName
{
border-color: #0A8C51;
}
</style>