Shades of Salem #0A854B
Tints of Salem #0A854B
RGB
CMYK
RGB Variations
Color information
#0A854B (or 0x0A854B) is known color: Salem. HEX triplet: 0A, 85 and 4B. RGB value is (10,133,75). Sum of RGB (Red+Green+Blue) = 10+133+75=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #0A854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A854B is #F57AB4. Grayscale: #595959. Windows color (decimal): -16087733 or 4949258. OLE color: 4949258.
HSL color Cylindrical-coordinate representation of color #0A854B: hue angle of 151.71º 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 #0A854B is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 75 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.48 |
| HSL | 151.71º | 0.86% | 0.28% | - |
| HSV(B) | 151.71º | 0.92% | 0.52% | - |
| XYZ | 9.78 | 17.35 | 9.49 | - |
| YUV | 89.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 75 | 0.92 | 0 | 0.44 | 0.48 | 151.71 | 0.86 | 0.28 |
| Hex | A | 85 | 4B | 5C | 0 | 2C | 30 | 98 | 56 | 1C |
| Octal | 12 | 205 | 113 | 134 | 0 | 54 | 60 | 230 | 126 | 34 |
| Binary | 1010 | 10000101 | 1001011 | 1011100 | 0 | 101100 | 110000 | 10011000 | 1010110 | 11100 |
Color Harmonies of #0A854B
Complementary color
Monochromatic Colors of #0A854B
Black with #0A854B
Text Example
Text Example
White with #0A854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A854B; }
p { color: rgb(10,133,75); }
H1.HeaderClassName
{
color: #0A854B;
}
.AnyTagClassName
{
color: #0A854B;
}
</style>
background-color css
<style>
a { background-color: #0A854B; }
a { background-color: rgb(10,133,75); }
div.DivClassName
{
background-color: #0A854B;
}
.BgClassName
{
background-color: #0A854B;
}
</style>
border-color css
<style>
span { border-color: #0A854B; }
span { border-color: rgb(10,133,75); }
td.TdClassName
{
border-color: #0A854B;
}
.TagClassName
{
border-color: #0A854B;
}
</style>