Shades of Salem #0A8A48
Tints of Salem #0A8A48
RGB
CMYK
RGB Variations
Color information
#0A8A48 (or 0x0A8A48) is known color: Salem. HEX triplet: 0A, 8A and 48. RGB value is (10,138,72). Sum of RGB (Red+Green+Blue) = 10+138+72=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A48 is #F575B7. Grayscale: #5C5C5C. Windows color (decimal): -16086456 or 4753930. OLE color: 4753930.
HSL color Cylindrical-coordinate representation of color #0A8A48: hue angle of 149.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A48 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 72 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.46 |
| HSL | 149.06º | 0.86% | 0.29% | - |
| HSV(B) | 149.06º | 0.93% | 0.54% | - |
| XYZ | 10.38 | 18.71 | 9.19 | - |
| YUV | 92.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 72 | 0.93 | 0 | 0.48 | 0.46 | 149.06 | 0.86 | 0.29 |
| Hex | A | 8A | 48 | 5D | 0 | 30 | 2E | 95 | 56 | 1D |
| Octal | 12 | 212 | 110 | 135 | 0 | 60 | 56 | 225 | 126 | 35 |
| Binary | 1010 | 10001010 | 1001000 | 1011101 | 0 | 110000 | 101110 | 10010101 | 1010110 | 11101 |
Color Harmonies of #0A8A48
Complementary color
Monochromatic Colors of #0A8A48
Black with #0A8A48
Text Example
Text Example
White with #0A8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A48; }
p { color: rgb(10,138,72); }
H1.HeaderClassName
{
color: #0A8A48;
}
.AnyTagClassName
{
color: #0A8A48;
}
</style>
background-color css
<style>
a { background-color: #0A8A48; }
a { background-color: rgb(10,138,72); }
div.DivClassName
{
background-color: #0A8A48;
}
.BgClassName
{
background-color: #0A8A48;
}
</style>
border-color css
<style>
span { border-color: #0A8A48; }
span { border-color: rgb(10,138,72); }
td.TdClassName
{
border-color: #0A8A48;
}
.TagClassName
{
border-color: #0A8A48;
}
</style>