Shades of Pigment Green #0F964D
Tints of Pigment Green #0F964D
RGB
CMYK
RGB Variations
Color information
#0F964D (or 0x0F964D) is known color: Pigment Green. HEX triplet: 0F, 96 and 4D. RGB value is (15,150,77). Sum of RGB (Red+Green+Blue) = 15+150+77=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F964D is #F069B2. Grayscale: #656565. Windows color (decimal): -15755699 or 5084687. OLE color: 5084687.
HSL color Cylindrical-coordinate representation of color #0F964D: hue angle of 147.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F964D is Cyan = 0.9, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 77 | - |
| CMYK | 0.9 | 0 | 0.49 | 0.41 |
| HSL | 147.56º | 0.82% | 0.32% | - |
| HSV(B) | 147.56º | 0.9% | 0.59% | - |
| XYZ | 12.44 | 22.45 | 10.7 | - |
| YUV | 101.31 | 114.27 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 77 | 0.9 | 0 | 0.49 | 0.41 | 147.56 | 0.82 | 0.32 |
| Hex | F | 96 | 4D | 5A | 0 | 31 | 29 | 94 | 52 | 20 |
| Octal | 17 | 226 | 115 | 132 | 0 | 61 | 51 | 224 | 122 | 40 |
| Binary | 1111 | 10010110 | 1001101 | 1011010 | 0 | 110001 | 101001 | 10010100 | 1010010 | 100000 |
Color Harmonies of #0F964D
Complementary color
Monochromatic Colors of #0F964D
Black with #0F964D
Text Example
Text Example
White with #0F964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F964D; }
p { color: rgb(15,150,77); }
H1.HeaderClassName
{
color: #0F964D;
}
.AnyTagClassName
{
color: #0F964D;
}
</style>
background-color css
<style>
a { background-color: #0F964D; }
a { background-color: rgb(15,150,77); }
div.DivClassName
{
background-color: #0F964D;
}
.BgClassName
{
background-color: #0F964D;
}
</style>
border-color css
<style>
span { border-color: #0F964D; }
span { border-color: rgb(15,150,77); }
td.TdClassName
{
border-color: #0F964D;
}
.TagClassName
{
border-color: #0F964D;
}
</style>