Shades of Salem #0A883A
Tints of Salem #0A883A
RGB
CMYK
RGB Variations
Color information
#0A883A (or 0x0A883A) is known color: Salem. HEX triplet: 0A, 88 and 3A. RGB value is (10,136,58). Sum of RGB (Red+Green+Blue) = 10+136+58=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #0A883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A883A is #F577C5. Grayscale: #595959. Windows color (decimal): -16086982 or 3835914. OLE color: 3835914.
HSL color Cylindrical-coordinate representation of color #0A883A: hue angle of 142.86º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A883A is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 58 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.47 |
| HSL | 142.86º | 0.86% | 0.29% | - |
| HSV(B) | 142.86º | 0.93% | 0.53% | - |
| XYZ | 9.69 | 17.98 | 6.96 | - |
| YUV | 89.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 58 | 0.93 | 0 | 0.57 | 0.47 | 142.86 | 0.86 | 0.29 |
| Hex | A | 88 | 3A | 5D | 0 | 39 | 2F | 8F | 56 | 1D |
| Octal | 12 | 210 | 72 | 135 | 0 | 71 | 57 | 217 | 126 | 35 |
| Binary | 1010 | 10001000 | 111010 | 1011101 | 0 | 111001 | 101111 | 10001111 | 1010110 | 11101 |
Color Harmonies of #0A883A
Complementary color
Monochromatic Colors of #0A883A
Black with #0A883A
Text Example
Text Example
White with #0A883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A883A; }
p { color: rgb(10,136,58); }
H1.HeaderClassName
{
color: #0A883A;
}
.AnyTagClassName
{
color: #0A883A;
}
</style>
background-color css
<style>
a { background-color: #0A883A; }
a { background-color: rgb(10,136,58); }
div.DivClassName
{
background-color: #0A883A;
}
.BgClassName
{
background-color: #0A883A;
}
</style>
border-color css
<style>
span { border-color: #0A883A; }
span { border-color: rgb(10,136,58); }
td.TdClassName
{
border-color: #0A883A;
}
.TagClassName
{
border-color: #0A883A;
}
</style>