Shades of Pigment Green #0F9649
Tints of Pigment Green #0F9649
RGB
CMYK
RGB Variations
Color information
#0F9649 (or 0x0F9649) is known color: Pigment Green. HEX triplet: 0F, 96 and 49. RGB value is (15,150,73). Sum of RGB (Red+Green+Blue) = 15+150+73=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9649 is #F069B6. Grayscale: #656565. Windows color (decimal): -15755703 or 4822543. OLE color: 4822543.
HSL color Cylindrical-coordinate representation of color #0F9649: hue angle of 145.78º 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 #0F9649 is Cyan = 0.9, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 73 | - |
| CMYK | 0.9 | 0 | 0.51 | 0.41 |
| HSL | 145.78º | 0.82% | 0.32% | - |
| HSV(B) | 145.78º | 0.9% | 0.59% | - |
| XYZ | 12.31 | 22.4 | 9.98 | - |
| YUV | 100.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 73 | 0.9 | 0 | 0.51 | 0.41 | 145.78 | 0.82 | 0.32 |
| Hex | F | 96 | 49 | 5A | 0 | 33 | 29 | 92 | 52 | 20 |
| Octal | 17 | 226 | 111 | 132 | 0 | 63 | 51 | 222 | 122 | 40 |
| Binary | 1111 | 10010110 | 1001001 | 1011010 | 0 | 110011 | 101001 | 10010010 | 1010010 | 100000 |
Color Harmonies of #0F9649
Complementary color
Monochromatic Colors of #0F9649
Black with #0F9649
Text Example
Text Example
White with #0F9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9649; }
p { color: rgb(15,150,73); }
H1.HeaderClassName
{
color: #0F9649;
}
.AnyTagClassName
{
color: #0F9649;
}
</style>
background-color css
<style>
a { background-color: #0F9649; }
a { background-color: rgb(15,150,73); }
div.DivClassName
{
background-color: #0F9649;
}
.BgClassName
{
background-color: #0F9649;
}
</style>
border-color css
<style>
span { border-color: #0F9649; }
span { border-color: rgb(15,150,73); }
td.TdClassName
{
border-color: #0F9649;
}
.TagClassName
{
border-color: #0F9649;
}
</style>