Shades of Salem #098C4A
Tints of Salem #098C4A
RGB
CMYK
RGB Variations
Color information
#098C4A (or 0x098C4A) is known color: Salem. HEX triplet: 09, 8C and 4A. RGB value is (9,140,74). Sum of RGB (Red+Green+Blue) = 9+140+74=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 140 (55.08% from 255 or 62.78% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 140 - color contains mainly: green. Hex color #098C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098C4A is #F673B5. Grayscale: #5D5D5D. Windows color (decimal): -16151478 or 4885513. OLE color: 4885513.
HSL color Cylindrical-coordinate representation of color #098C4A: hue angle of 149.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098C4A is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 74 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.45 |
| HSL | 149.77º | 0.88% | 0.29% | - |
| HSV(B) | 149.77º | 0.94% | 0.55% | - |
| XYZ | 10.73 | 19.31 | 9.64 | - |
| YUV | 93.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 74 | 0.94 | 0 | 0.47 | 0.45 | 149.77 | 0.88 | 0.29 |
| Hex | 9 | 8C | 4A | 5E | 0 | 2F | 2D | 96 | 58 | 1D |
| Octal | 11 | 214 | 112 | 136 | 0 | 57 | 55 | 226 | 130 | 35 |
| Binary | 1001 | 10001100 | 1001010 | 1011110 | 0 | 101111 | 101101 | 10010110 | 1011000 | 11101 |
Color Harmonies of #098C4A
Complementary color
Monochromatic Colors of #098C4A
Black with #098C4A
Text Example
Text Example
White with #098C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C4A; }
p { color: rgb(9,140,74); }
H1.HeaderClassName
{
color: #098C4A;
}
.AnyTagClassName
{
color: #098C4A;
}
</style>
background-color css
<style>
a { background-color: #098C4A; }
a { background-color: rgb(9,140,74); }
div.DivClassName
{
background-color: #098C4A;
}
.BgClassName
{
background-color: #098C4A;
}
</style>
border-color css
<style>
span { border-color: #098C4A; }
span { border-color: rgb(9,140,74); }
td.TdClassName
{
border-color: #098C4A;
}
.TagClassName
{
border-color: #098C4A;
}
</style>