Shades of Salem #098A51
Tints of Salem #098A51
RGB
CMYK
RGB Variations
Color information
#098A51 (or 0x098A51) is known color: Salem. HEX triplet: 09, 8A and 51. RGB value is (9,138,81). Sum of RGB (Red+Green+Blue) = 9+138+81=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #098A51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A51 is #F675AE. Grayscale: #5D5D5D. Windows color (decimal): -16151983 or 5343753. OLE color: 5343753.
HSL color Cylindrical-coordinate representation of color #098A51: hue angle of 153.49º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A51 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 81 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.46 |
| HSL | 153.49º | 0.88% | 0.29% | - |
| HSV(B) | 153.49º | 0.93% | 0.54% | - |
| XYZ | 10.69 | 18.83 | 10.86 | - |
| YUV | 92.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 81 | 0.93 | 0 | 0.41 | 0.46 | 153.49 | 0.88 | 0.29 |
| Hex | 9 | 8A | 51 | 5D | 0 | 29 | 2E | 99 | 58 | 1D |
| Octal | 11 | 212 | 121 | 135 | 0 | 51 | 56 | 231 | 130 | 35 |
| Binary | 1001 | 10001010 | 1010001 | 1011101 | 0 | 101001 | 101110 | 10011001 | 1011000 | 11101 |
Color Harmonies of #098A51
Complementary color
Monochromatic Colors of #098A51
Black with #098A51
Text Example
Text Example
White with #098A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A51; }
p { color: rgb(9,138,81); }
H1.HeaderClassName
{
color: #098A51;
}
.AnyTagClassName
{
color: #098A51;
}
</style>
background-color css
<style>
a { background-color: #098A51; }
a { background-color: rgb(9,138,81); }
div.DivClassName
{
background-color: #098A51;
}
.BgClassName
{
background-color: #098A51;
}
</style>
border-color css
<style>
span { border-color: #098A51; }
span { border-color: rgb(9,138,81); }
td.TdClassName
{
border-color: #098A51;
}
.TagClassName
{
border-color: #098A51;
}
</style>