Shades of Salem #0A8353
Tints of Salem #0A8353
RGB
CMYK
RGB Variations
Color information
#0A8353 (or 0x0A8353) is known color: Salem. HEX triplet: 0A, 83 and 53. RGB value is (10,131,83). Sum of RGB (Red+Green+Blue) = 10+131+83=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8353 is #F57CAC. Grayscale: #595959. Windows color (decimal): -16088237 or 5473034. OLE color: 5473034.
HSL color Cylindrical-coordinate representation of color #0A8353: hue angle of 156.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8353 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 83 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.49 |
| HSL | 156.2º | 0.86% | 0.28% | - |
| HSV(B) | 156.2º | 0.92% | 0.51% | - |
| XYZ | 9.8 | 16.92 | 10.93 | - |
| YUV | 89.35 | 124.41 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 83 | 0.92 | 0 | 0.37 | 0.49 | 156.2 | 0.86 | 0.28 |
| Hex | A | 83 | 53 | 5C | 0 | 25 | 31 | 9C | 56 | 1C |
| Octal | 12 | 203 | 123 | 134 | 0 | 45 | 61 | 234 | 126 | 34 |
| Binary | 1010 | 10000011 | 1010011 | 1011100 | 0 | 100101 | 110001 | 10011100 | 1010110 | 11100 |
Color Harmonies of #0A8353
Complementary color
Monochromatic Colors of #0A8353
Black with #0A8353
Text Example
Text Example
White with #0A8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8353; }
p { color: rgb(10,131,83); }
H1.HeaderClassName
{
color: #0A8353;
}
.AnyTagClassName
{
color: #0A8353;
}
</style>
background-color css
<style>
a { background-color: #0A8353; }
a { background-color: rgb(10,131,83); }
div.DivClassName
{
background-color: #0A8353;
}
.BgClassName
{
background-color: #0A8353;
}
</style>
border-color css
<style>
span { border-color: #0A8353; }
span { border-color: rgb(10,131,83); }
td.TdClassName
{
border-color: #0A8353;
}
.TagClassName
{
border-color: #0A8353;
}
</style>