Shades of Salem #0E824E
Tints of Salem #0E824E
RGB
CMYK
RGB Variations
Color information
#0E824E (or 0x0E824E) is known color: Salem. HEX triplet: 0E, 82 and 4E. RGB value is (14,130,78). Sum of RGB (Red+Green+Blue) = 14+130+78=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #0E824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E824E is #F17DB1. Grayscale: #595959. Windows color (decimal): -15826354 or 5145102. OLE color: 5145102.
HSL color Cylindrical-coordinate representation of color #0E824E: hue angle of 153.1º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E824E is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 78 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.49 |
| HSL | 153.1º | 0.81% | 0.28% | - |
| HSV(B) | 153.1º | 0.89% | 0.51% | - |
| XYZ | 9.54 | 16.61 | 9.91 | - |
| YUV | 89.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 78 | 0.89 | 0 | 0.40 | 0.49 | 153.1 | 0.81 | 0.28 |
| Hex | E | 82 | 4E | 59 | 0 | 28 | 31 | 99 | 51 | 1C |
| Octal | 16 | 202 | 116 | 131 | 0 | 50 | 61 | 231 | 121 | 34 |
| Binary | 1110 | 10000010 | 1001110 | 1011001 | 0 | 101000 | 110001 | 10011001 | 1010001 | 11100 |
Color Harmonies of #0E824E
Complementary color
Monochromatic Colors of #0E824E
Black with #0E824E
Text Example
Text Example
White with #0E824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E824E; }
p { color: rgb(14,130,78); }
H1.HeaderClassName
{
color: #0E824E;
}
.AnyTagClassName
{
color: #0E824E;
}
</style>
background-color css
<style>
a { background-color: #0E824E; }
a { background-color: rgb(14,130,78); }
div.DivClassName
{
background-color: #0E824E;
}
.BgClassName
{
background-color: #0E824E;
}
</style>
border-color css
<style>
span { border-color: #0E824E; }
span { border-color: rgb(14,130,78); }
td.TdClassName
{
border-color: #0E824E;
}
.TagClassName
{
border-color: #0E824E;
}
</style>