Shades of Salem #0A8144
Tints of Salem #0A8144
RGB
CMYK
RGB Variations
Color information
#0A8144 (or 0x0A8144) is known color: Salem. HEX triplet: 0A, 81 and 44. RGB value is (10,129,68). Sum of RGB (Red+Green+Blue) = 10+129+68=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8144 is #F57EBB. Grayscale: #565656. Windows color (decimal): -16088764 or 4489482. OLE color: 4489482.
HSL color Cylindrical-coordinate representation of color #0A8144: hue angle of 149.24º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8144 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 68 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.49 |
| HSL | 149.24º | 0.86% | 0.27% | - |
| HSV(B) | 149.24º | 0.92% | 0.51% | - |
| XYZ | 9.02 | 16.18 | 8.12 | - |
| YUV | 86.47 | 117.58 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 68 | 0.92 | 0 | 0.47 | 0.49 | 149.24 | 0.86 | 0.27 |
| Hex | A | 81 | 44 | 5C | 0 | 2F | 31 | 95 | 56 | 1B |
| Octal | 12 | 201 | 104 | 134 | 0 | 57 | 61 | 225 | 126 | 33 |
| Binary | 1010 | 10000001 | 1000100 | 1011100 | 0 | 101111 | 110001 | 10010101 | 1010110 | 11011 |
Color Harmonies of #0A8144
Complementary color
Monochromatic Colors of #0A8144
Black with #0A8144
Text Example
Text Example
White with #0A8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8144; }
p { color: rgb(10,129,68); }
H1.HeaderClassName
{
color: #0A8144;
}
.AnyTagClassName
{
color: #0A8144;
}
</style>
background-color css
<style>
a { background-color: #0A8144; }
a { background-color: rgb(10,129,68); }
div.DivClassName
{
background-color: #0A8144;
}
.BgClassName
{
background-color: #0A8144;
}
</style>
border-color css
<style>
span { border-color: #0A8144; }
span { border-color: rgb(10,129,68); }
td.TdClassName
{
border-color: #0A8144;
}
.TagClassName
{
border-color: #0A8144;
}
</style>