Shades of Salem #0A8A55
Tints of Salem #0A8A55
RGB
CMYK
RGB Variations
Color information
#0A8A55 (or 0x0A8A55) is known color: Salem. HEX triplet: 0A, 8A and 55. RGB value is (10,138,85). Sum of RGB (Red+Green+Blue) = 10+138+85=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A55 is #F575AA. Grayscale: #5D5D5D. Windows color (decimal): -16086443 or 5605898. OLE color: 5605898.
HSL color Cylindrical-coordinate representation of color #0A8A55: hue angle of 155.16º 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 #0A8A55 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 85 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.46 |
| HSL | 155.16º | 0.86% | 0.29% | - |
| HSV(B) | 155.16º | 0.93% | 0.54% | - |
| XYZ | 10.85 | 18.9 | 11.67 | - |
| YUV | 93.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 85 | 0.93 | 0 | 0.38 | 0.46 | 155.16 | 0.86 | 0.29 |
| Hex | A | 8A | 55 | 5D | 0 | 26 | 2E | 9B | 56 | 1D |
| Octal | 12 | 212 | 125 | 135 | 0 | 46 | 56 | 233 | 126 | 35 |
| Binary | 1010 | 10001010 | 1010101 | 1011101 | 0 | 100110 | 101110 | 10011011 | 1010110 | 11101 |
Color Harmonies of #0A8A55
Complementary color
Monochromatic Colors of #0A8A55
Black with #0A8A55
Text Example
Text Example
White with #0A8A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A55; }
p { color: rgb(10,138,85); }
H1.HeaderClassName
{
color: #0A8A55;
}
.AnyTagClassName
{
color: #0A8A55;
}
</style>
background-color css
<style>
a { background-color: #0A8A55; }
a { background-color: rgb(10,138,85); }
div.DivClassName
{
background-color: #0A8A55;
}
.BgClassName
{
background-color: #0A8A55;
}
</style>
border-color css
<style>
span { border-color: #0A8A55; }
span { border-color: rgb(10,138,85); }
td.TdClassName
{
border-color: #0A8A55;
}
.TagClassName
{
border-color: #0A8A55;
}
</style>