Shades of Pigment Green #009F48
Tints of Pigment Green #009F48
RGB
CMYK
RGB Variations
Color information
#009F48 (or 0x009F48) is known color: Pigment Green. HEX triplet: 00, 9F and 48. RGB value is (0,159,72). Sum of RGB (Red+Green+Blue) = 0+159+72=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 159 (62.5% from 255 or 68.83% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 159 - color contains mainly: green. Hex color #009F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009F48 is #FF60B7. Grayscale: #656565. Windows color (decimal): -16736440 or 4759296. OLE color: 4759296.
HSL color Cylindrical-coordinate representation of color #009F48: hue angle of 147.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F48 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 72 | - |
| CMYK | 1 | 0 | 0.55 | 0.38 |
| HSL | 147.17º | 1% | 0.31% | - |
| HSV(B) | 147.17º | 1% | 0.62% | - |
| XYZ | 13.57 | 25.26 | 10.29 | - |
| YUV | 101.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 72 | 1 | 0 | 0.55 | 0.38 | 147.17 | 1 | 0.31 |
| Hex | 0 | 9F | 48 | 64 | 0 | 37 | 26 | 93 | 64 | 1F |
| Octal | 0 | 237 | 110 | 144 | 0 | 67 | 46 | 223 | 144 | 37 |
| Binary | 0 | 10011111 | 1001000 | 1100100 | 0 | 110111 | 100110 | 10010011 | 1100100 | 11111 |
Color Harmonies of #009F48
Complementary color
Monochromatic Colors of #009F48
Black with #009F48
Text Example
Text Example
White with #009F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F48; }
p { color: rgb(0,159,72); }
H1.HeaderClassName
{
color: #009F48;
}
.AnyTagClassName
{
color: #009F48;
}
</style>
background-color css
<style>
a { background-color: #009F48; }
a { background-color: rgb(0,159,72); }
div.DivClassName
{
background-color: #009F48;
}
.BgClassName
{
background-color: #009F48;
}
</style>
border-color css
<style>
span { border-color: #009F48; }
span { border-color: rgb(0,159,72); }
td.TdClassName
{
border-color: #009F48;
}
.TagClassName
{
border-color: #009F48;
}
</style>