Shades of Pigment Green #098F49
Tints of Pigment Green #098F49
RGB
CMYK
RGB Variations
Color information
#098F49 (or 0x098F49) is known color: Pigment Green. HEX triplet: 09, 8F and 49. RGB value is (9,143,73). Sum of RGB (Red+Green+Blue) = 9+143+73=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #098F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098F49 is #F670B6. Grayscale: #5F5F5F. Windows color (decimal): -16150711 or 4820745. OLE color: 4820745.
HSL color Cylindrical-coordinate representation of color #098F49: hue angle of 148.66º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F49 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 73 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.44 |
| HSL | 148.66º | 0.88% | 0.3% | - |
| HSV(B) | 148.66º | 0.94% | 0.56% | - |
| XYZ | 11.14 | 20.18 | 9.61 | - |
| YUV | 94.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 73 | 0.94 | 0 | 0.49 | 0.44 | 148.66 | 0.88 | 0.3 |
| Hex | 9 | 8F | 49 | 5E | 0 | 31 | 2C | 95 | 58 | 1E |
| Octal | 11 | 217 | 111 | 136 | 0 | 61 | 54 | 225 | 130 | 36 |
| Binary | 1001 | 10001111 | 1001001 | 1011110 | 0 | 110001 | 101100 | 10010101 | 1011000 | 11110 |
Color Harmonies of #098F49
Complementary color
Monochromatic Colors of #098F49
Black with #098F49
Text Example
Text Example
White with #098F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F49; }
p { color: rgb(9,143,73); }
H1.HeaderClassName
{
color: #098F49;
}
.AnyTagClassName
{
color: #098F49;
}
</style>
background-color css
<style>
a { background-color: #098F49; }
a { background-color: rgb(9,143,73); }
div.DivClassName
{
background-color: #098F49;
}
.BgClassName
{
background-color: #098F49;
}
</style>
border-color css
<style>
span { border-color: #098F49; }
span { border-color: rgb(9,143,73); }
td.TdClassName
{
border-color: #098F49;
}
.TagClassName
{
border-color: #098F49;
}
</style>