Shades of Pigment Green #0F9F44
Tints of Pigment Green #0F9F44
RGB
CMYK
RGB Variations
Color information
#0F9F44 (or 0x0F9F44) is known color: Pigment Green. HEX triplet: 0F, 9F and 44. RGB value is (15,159,68). Sum of RGB (Red+Green+Blue) = 15+159+68=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F44 is #F060BB. Grayscale: #696969. Windows color (decimal): -15753404 or 4497167. OLE color: 4497167.
HSL color Cylindrical-coordinate representation of color #0F9F44: hue angle of 142.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F44 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 159 | 68 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.38 |
| HSL | 142.08º | 0.83% | 0.34% | - |
| HSV(B) | 142.08º | 0.91% | 0.62% | - |
| XYZ | 13.64 | 25.32 | 9.64 | - |
| YUV | 105.57 | 106.79 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 68 | 0.91 | 0 | 0.57 | 0.38 | 142.08 | 0.83 | 0.34 |
| Hex | F | 9F | 44 | 5B | 0 | 39 | 26 | 8E | 53 | 22 |
| Octal | 17 | 237 | 104 | 133 | 0 | 71 | 46 | 216 | 123 | 42 |
| Binary | 1111 | 10011111 | 1000100 | 1011011 | 0 | 111001 | 100110 | 10001110 | 1010011 | 100010 |
Color Harmonies of #0F9F44
Complementary color
Monochromatic Colors of #0F9F44
Black with #0F9F44
Text Example
Text Example
White with #0F9F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9F44; }
p { color: rgb(15,159,68); }
H1.HeaderClassName
{
color: #0F9F44;
}
.AnyTagClassName
{
color: #0F9F44;
}
</style>
background-color css
<style>
a { background-color: #0F9F44; }
a { background-color: rgb(15,159,68); }
div.DivClassName
{
background-color: #0F9F44;
}
.BgClassName
{
background-color: #0F9F44;
}
</style>
border-color css
<style>
span { border-color: #0F9F44; }
span { border-color: rgb(15,159,68); }
td.TdClassName
{
border-color: #0F9F44;
}
.TagClassName
{
border-color: #0F9F44;
}
</style>