Shades of Salem #0A8A58
Tints of Salem #0A8A58
RGB
CMYK
RGB Variations
Color information
#0A8A58 (or 0x0A8A58) is known color: Salem. HEX triplet: 0A, 8A and 58. RGB value is (10,138,88). Sum of RGB (Red+Green+Blue) = 10+138+88=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A58 is #F575A7. Grayscale: #5E5E5E. Windows color (decimal): -16086440 or 5802506. OLE color: 5802506.
HSL color Cylindrical-coordinate representation of color #0A8A58: hue angle of 156.56º 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 #0A8A58 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 88 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.46 |
| HSL | 156.56º | 0.86% | 0.29% | - |
| HSV(B) | 156.56º | 0.93% | 0.54% | - |
| XYZ | 10.98 | 18.95 | 12.31 | - |
| YUV | 94.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 88 | 0.93 | 0 | 0.36 | 0.46 | 156.56 | 0.86 | 0.29 |
| Hex | A | 8A | 58 | 5D | 0 | 24 | 2E | 9D | 56 | 1D |
| Octal | 12 | 212 | 130 | 135 | 0 | 44 | 56 | 235 | 126 | 35 |
| Binary | 1010 | 10001010 | 1011000 | 1011101 | 0 | 100100 | 101110 | 10011101 | 1010110 | 11101 |
Color Harmonies of #0A8A58
Complementary color
Monochromatic Colors of #0A8A58
Black with #0A8A58
Text Example
Text Example
White with #0A8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A58; }
p { color: rgb(10,138,88); }
H1.HeaderClassName
{
color: #0A8A58;
}
.AnyTagClassName
{
color: #0A8A58;
}
</style>
background-color css
<style>
a { background-color: #0A8A58; }
a { background-color: rgb(10,138,88); }
div.DivClassName
{
background-color: #0A8A58;
}
.BgClassName
{
background-color: #0A8A58;
}
</style>
border-color css
<style>
span { border-color: #0A8A58; }
span { border-color: rgb(10,138,88); }
td.TdClassName
{
border-color: #0A8A58;
}
.TagClassName
{
border-color: #0A8A58;
}
</style>