Shades of Pigment Green #0F963E
Tints of Pigment Green #0F963E
RGB
CMYK
RGB Variations
Color information
#0F963E (or 0x0F963E) is known color: Pigment Green. HEX triplet: 0F, 96 and 3E. RGB value is (15,150,62). Sum of RGB (Red+Green+Blue) = 15+150+62=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #0F963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F963E is #F069C1. Grayscale: #636363. Windows color (decimal): -15755714 or 4101647. OLE color: 4101647.
HSL color Cylindrical-coordinate representation of color #0F963E: hue angle of 140.89º 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 #0F963E is Cyan = 0.9, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 62 | - |
| CMYK | 0.9 | 0 | 0.59 | 0.41 |
| HSL | 140.89º | 0.82% | 0.32% | - |
| HSV(B) | 140.89º | 0.9% | 0.59% | - |
| XYZ | 11.97 | 22.26 | 8.22 | - |
| YUV | 99.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 62 | 0.9 | 0 | 0.59 | 0.41 | 140.89 | 0.82 | 0.32 |
| Hex | F | 96 | 3E | 5A | 0 | 3B | 29 | 8D | 52 | 20 |
| Octal | 17 | 226 | 76 | 132 | 0 | 73 | 51 | 215 | 122 | 40 |
| Binary | 1111 | 10010110 | 111110 | 1011010 | 0 | 111011 | 101001 | 10001101 | 1010010 | 100000 |
Color Harmonies of #0F963E
Complementary color
Monochromatic Colors of #0F963E
Black with #0F963E
Text Example
Text Example
White with #0F963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F963E; }
p { color: rgb(15,150,62); }
H1.HeaderClassName
{
color: #0F963E;
}
.AnyTagClassName
{
color: #0F963E;
}
</style>
background-color css
<style>
a { background-color: #0F963E; }
a { background-color: rgb(15,150,62); }
div.DivClassName
{
background-color: #0F963E;
}
.BgClassName
{
background-color: #0F963E;
}
</style>
border-color css
<style>
span { border-color: #0F963E; }
span { border-color: rgb(15,150,62); }
td.TdClassName
{
border-color: #0F963E;
}
.TagClassName
{
border-color: #0F963E;
}
</style>