Shades of Salem #0A8653
Tints of Salem #0A8653
RGB
CMYK
RGB Variations
Color information
#0A8653 (or 0x0A8653) is known color: Salem. HEX triplet: 0A, 86 and 53. RGB value is (10,134,83). Sum of RGB (Red+Green+Blue) = 10+134+83=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8653 is #F579AC. Grayscale: #5B5B5B. Windows color (decimal): -16087469 or 5473802. OLE color: 5473802.
HSL color Cylindrical-coordinate representation of color #0A8653: hue angle of 155.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8653 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 83 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.47 |
| HSL | 155.32º | 0.86% | 0.28% | - |
| HSV(B) | 155.32º | 0.93% | 0.53% | - |
| XYZ | 10.21 | 17.74 | 11.07 | - |
| YUV | 91.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 83 | 0.93 | 0 | 0.38 | 0.47 | 155.32 | 0.86 | 0.28 |
| Hex | A | 86 | 53 | 5D | 0 | 26 | 2F | 9B | 56 | 1C |
| Octal | 12 | 206 | 123 | 135 | 0 | 46 | 57 | 233 | 126 | 34 |
| Binary | 1010 | 10000110 | 1010011 | 1011101 | 0 | 100110 | 101111 | 10011011 | 1010110 | 11100 |
Color Harmonies of #0A8653
Complementary color
Monochromatic Colors of #0A8653
Black with #0A8653
Text Example
Text Example
White with #0A8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8653; }
p { color: rgb(10,134,83); }
H1.HeaderClassName
{
color: #0A8653;
}
.AnyTagClassName
{
color: #0A8653;
}
</style>
background-color css
<style>
a { background-color: #0A8653; }
a { background-color: rgb(10,134,83); }
div.DivClassName
{
background-color: #0A8653;
}
.BgClassName
{
background-color: #0A8653;
}
</style>
border-color css
<style>
span { border-color: #0A8653; }
span { border-color: rgb(10,134,83); }
td.TdClassName
{
border-color: #0A8653;
}
.TagClassName
{
border-color: #0A8653;
}
</style>