Shades of Salem #0A814A
Tints of Salem #0A814A
RGB
CMYK
RGB Variations
Color information
#0A814A (or 0x0A814A) is known color: Salem. HEX triplet: 0A, 81 and 4A. RGB value is (10,129,74). Sum of RGB (Red+Green+Blue) = 10+129+74=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #0A814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A814A is #F57EB5. Grayscale: #575757. Windows color (decimal): -16088758 or 4882698. OLE color: 4882698.
HSL color Cylindrical-coordinate representation of color #0A814A: hue angle of 152.27º 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 #0A814A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 74 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.49 |
| HSL | 152.27º | 0.86% | 0.27% | - |
| HSV(B) | 152.27º | 0.92% | 0.51% | - |
| XYZ | 9.21 | 16.26 | 9.13 | - |
| YUV | 87.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 74 | 0.92 | 0 | 0.43 | 0.49 | 152.27 | 0.86 | 0.27 |
| Hex | A | 81 | 4A | 5C | 0 | 2B | 31 | 98 | 56 | 1B |
| Octal | 12 | 201 | 112 | 134 | 0 | 53 | 61 | 230 | 126 | 33 |
| Binary | 1010 | 10000001 | 1001010 | 1011100 | 0 | 101011 | 110001 | 10011000 | 1010110 | 11011 |
Color Harmonies of #0A814A
Complementary color
Monochromatic Colors of #0A814A
Black with #0A814A
Text Example
Text Example
White with #0A814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A814A; }
p { color: rgb(10,129,74); }
H1.HeaderClassName
{
color: #0A814A;
}
.AnyTagClassName
{
color: #0A814A;
}
</style>
background-color css
<style>
a { background-color: #0A814A; }
a { background-color: rgb(10,129,74); }
div.DivClassName
{
background-color: #0A814A;
}
.BgClassName
{
background-color: #0A814A;
}
</style>
border-color css
<style>
span { border-color: #0A814A; }
span { border-color: rgb(10,129,74); }
td.TdClassName
{
border-color: #0A814A;
}
.TagClassName
{
border-color: #0A814A;
}
</style>