Shades of Pigment Green #0F9751
Tints of Pigment Green #0F9751
RGB
CMYK
RGB Variations
Color information
#0F9751 (or 0x0F9751) is known color: Pigment Green. HEX triplet: 0F, 97 and 51. RGB value is (15,151,81). Sum of RGB (Red+Green+Blue) = 15+151+81=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9751 is #F068AE. Grayscale: #666666. Windows color (decimal): -15755439 or 5347087. OLE color: 5347087.
HSL color Cylindrical-coordinate representation of color #0F9751: hue angle of 149.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9751 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 81 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.41 |
| HSL | 149.12º | 0.82% | 0.33% | - |
| HSV(B) | 149.12º | 0.9% | 0.59% | - |
| XYZ | 12.75 | 22.83 | 11.52 | - |
| YUV | 102.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 81 | 0.90 | 0 | 0.46 | 0.41 | 149.12 | 0.82 | 0.33 |
| Hex | F | 97 | 51 | 5A | 0 | 2E | 29 | 95 | 52 | 21 |
| Octal | 17 | 227 | 121 | 132 | 0 | 56 | 51 | 225 | 122 | 41 |
| Binary | 1111 | 10010111 | 1010001 | 1011010 | 0 | 101110 | 101001 | 10010101 | 1010010 | 100001 |
Color Harmonies of #0F9751
Complementary color
Monochromatic Colors of #0F9751
Black with #0F9751
Text Example
Text Example
White with #0F9751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9751; }
p { color: rgb(15,151,81); }
H1.HeaderClassName
{
color: #0F9751;
}
.AnyTagClassName
{
color: #0F9751;
}
</style>
background-color css
<style>
a { background-color: #0F9751; }
a { background-color: rgb(15,151,81); }
div.DivClassName
{
background-color: #0F9751;
}
.BgClassName
{
background-color: #0F9751;
}
</style>
border-color css
<style>
span { border-color: #0F9751; }
span { border-color: rgb(15,151,81); }
td.TdClassName
{
border-color: #0F9751;
}
.TagClassName
{
border-color: #0F9751;
}
</style>