Shades of Salem #098C50
Tints of Salem #098C50
RGB
CMYK
RGB Variations
Color information
#098C50 (or 0x098C50) is known color: Salem. HEX triplet: 09, 8C and 50. RGB value is (9,140,80). Sum of RGB (Red+Green+Blue) = 9+140+80=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #098C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098C50 is #F673AF. Grayscale: #5E5E5E. Windows color (decimal): -16151472 or 5278729. OLE color: 5278729.
HSL color Cylindrical-coordinate representation of color #098C50: hue angle of 152.52º 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 #098C50 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 80 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.45 |
| HSL | 152.52º | 0.88% | 0.29% | - |
| HSV(B) | 152.52º | 0.94% | 0.55% | - |
| XYZ | 10.94 | 19.39 | 10.76 | - |
| YUV | 93.99 | 120.1 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 80 | 0.94 | 0 | 0.43 | 0.45 | 152.52 | 0.88 | 0.29 |
| Hex | 9 | 8C | 50 | 5E | 0 | 2B | 2D | 99 | 58 | 1D |
| Octal | 11 | 214 | 120 | 136 | 0 | 53 | 55 | 231 | 130 | 35 |
| Binary | 1001 | 10001100 | 1010000 | 1011110 | 0 | 101011 | 101101 | 10011001 | 1011000 | 11101 |
Color Harmonies of #098C50
Complementary color
Monochromatic Colors of #098C50
Black with #098C50
Text Example
Text Example
White with #098C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C50; }
p { color: rgb(9,140,80); }
H1.HeaderClassName
{
color: #098C50;
}
.AnyTagClassName
{
color: #098C50;
}
</style>
background-color css
<style>
a { background-color: #098C50; }
a { background-color: rgb(9,140,80); }
div.DivClassName
{
background-color: #098C50;
}
.BgClassName
{
background-color: #098C50;
}
</style>
border-color css
<style>
span { border-color: #098C50; }
span { border-color: rgb(9,140,80); }
td.TdClassName
{
border-color: #098C50;
}
.TagClassName
{
border-color: #098C50;
}
</style>