Shades of Salem #098A42
Tints of Salem #098A42
RGB
CMYK
RGB Variations
Color information
#098A42 (or 0x098A42) is known color: Salem. HEX triplet: 09, 8A and 42. RGB value is (9,138,66). Sum of RGB (Red+Green+Blue) = 9+138+66=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #098A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A42 is #F675BD. Grayscale: #5B5B5B. Windows color (decimal): -16151998 or 4360713. OLE color: 4360713.
HSL color Cylindrical-coordinate representation of color #098A42: hue angle of 146.51º 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 #098A42 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 66 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.46 |
| HSL | 146.51º | 0.88% | 0.29% | - |
| HSV(B) | 146.51º | 0.93% | 0.54% | - |
| XYZ | 10.18 | 18.63 | 8.21 | - |
| YUV | 91.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 66 | 0.93 | 0 | 0.52 | 0.46 | 146.51 | 0.88 | 0.29 |
| Hex | 9 | 8A | 42 | 5D | 0 | 34 | 2E | 93 | 58 | 1D |
| Octal | 11 | 212 | 102 | 135 | 0 | 64 | 56 | 223 | 130 | 35 |
| Binary | 1001 | 10001010 | 1000010 | 1011101 | 0 | 110100 | 101110 | 10010011 | 1011000 | 11101 |
Color Harmonies of #098A42
Complementary color
Monochromatic Colors of #098A42
Black with #098A42
Text Example
Text Example
White with #098A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A42; }
p { color: rgb(9,138,66); }
H1.HeaderClassName
{
color: #098A42;
}
.AnyTagClassName
{
color: #098A42;
}
</style>
background-color css
<style>
a { background-color: #098A42; }
a { background-color: rgb(9,138,66); }
div.DivClassName
{
background-color: #098A42;
}
.BgClassName
{
background-color: #098A42;
}
</style>
border-color css
<style>
span { border-color: #098A42; }
span { border-color: rgb(9,138,66); }
td.TdClassName
{
border-color: #098A42;
}
.TagClassName
{
border-color: #098A42;
}
</style>