Shades of Salem #0A824F
Tints of Salem #0A824F
RGB
CMYK
RGB Variations
Color information
#0A824F (or 0x0A824F) is known color: Salem. HEX triplet: 0A, 82 and 4F. RGB value is (10,130,79). Sum of RGB (Red+Green+Blue) = 10+130+79=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #0A824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A824F is #F57DB0. Grayscale: #585858. Windows color (decimal): -16088497 or 5210634. OLE color: 5210634.
HSL color Cylindrical-coordinate representation of color #0A824F: hue angle of 154.5º 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 #0A824F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 79 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.49 |
| HSL | 154.5º | 0.86% | 0.27% | - |
| HSV(B) | 154.5º | 0.92% | 0.51% | - |
| XYZ | 9.52 | 16.59 | 10.1 | - |
| YUV | 88.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 79 | 0.92 | 0 | 0.39 | 0.49 | 154.5 | 0.86 | 0.27 |
| Hex | A | 82 | 4F | 5C | 0 | 27 | 31 | 9A | 56 | 1B |
| Octal | 12 | 202 | 117 | 134 | 0 | 47 | 61 | 232 | 126 | 33 |
| Binary | 1010 | 10000010 | 1001111 | 1011100 | 0 | 100111 | 110001 | 10011010 | 1010110 | 11011 |
Color Harmonies of #0A824F
Complementary color
Monochromatic Colors of #0A824F
Black with #0A824F
Text Example
Text Example
White with #0A824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A824F; }
p { color: rgb(10,130,79); }
H1.HeaderClassName
{
color: #0A824F;
}
.AnyTagClassName
{
color: #0A824F;
}
</style>
background-color css
<style>
a { background-color: #0A824F; }
a { background-color: rgb(10,130,79); }
div.DivClassName
{
background-color: #0A824F;
}
.BgClassName
{
background-color: #0A824F;
}
</style>
border-color css
<style>
span { border-color: #0A824F; }
span { border-color: rgb(10,130,79); }
td.TdClassName
{
border-color: #0A824F;
}
.TagClassName
{
border-color: #0A824F;
}
</style>