Shades of Salem #0A854A
Tints of Salem #0A854A
RGB
CMYK
RGB Variations
Color information
#0A854A (or 0x0A854A) is known color: Salem. HEX triplet: 0A, 85 and 4A. RGB value is (10,133,74). Sum of RGB (Red+Green+Blue) = 10+133+74=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #0A854A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A854A is #F57AB5. Grayscale: #595959. Windows color (decimal): -16087734 or 4883722. OLE color: 4883722.
HSL color Cylindrical-coordinate representation of color #0A854A: hue angle of 151.22º 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 #0A854A is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 74 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.48 |
| HSL | 151.22º | 0.86% | 0.28% | - |
| HSV(B) | 151.22º | 0.92% | 0.52% | - |
| XYZ | 9.75 | 17.33 | 9.31 | - |
| YUV | 89.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 74 | 0.92 | 0 | 0.44 | 0.48 | 151.22 | 0.86 | 0.28 |
| Hex | A | 85 | 4A | 5C | 0 | 2C | 30 | 97 | 56 | 1C |
| Octal | 12 | 205 | 112 | 134 | 0 | 54 | 60 | 227 | 126 | 34 |
| Binary | 1010 | 10000101 | 1001010 | 1011100 | 0 | 101100 | 110000 | 10010111 | 1010110 | 11100 |
Color Harmonies of #0A854A
Complementary color
Monochromatic Colors of #0A854A
Black with #0A854A
Text Example
Text Example
White with #0A854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A854A; }
p { color: rgb(10,133,74); }
H1.HeaderClassName
{
color: #0A854A;
}
.AnyTagClassName
{
color: #0A854A;
}
</style>
background-color css
<style>
a { background-color: #0A854A; }
a { background-color: rgb(10,133,74); }
div.DivClassName
{
background-color: #0A854A;
}
.BgClassName
{
background-color: #0A854A;
}
</style>
border-color css
<style>
span { border-color: #0A854A; }
span { border-color: rgb(10,133,74); }
td.TdClassName
{
border-color: #0A854A;
}
.TagClassName
{
border-color: #0A854A;
}
</style>