Shades of Pigment Green #0F9C47
Tints of Pigment Green #0F9C47
RGB
CMYK
RGB Variations
Color information
#0F9C47 (or 0x0F9C47) is known color: Pigment Green. HEX triplet: 0F, 9C and 47. RGB value is (15,156,71). Sum of RGB (Red+Green+Blue) = 15+156+71=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C47 is #F063B8. Grayscale: #686868. Windows color (decimal): -15754169 or 4693007. OLE color: 4693007.
HSL color Cylindrical-coordinate representation of color #0F9C47: hue angle of 143.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C47 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 71 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.39 |
| HSL | 143.83º | 0.82% | 0.34% | - |
| HSV(B) | 143.83º | 0.9% | 0.61% | - |
| XYZ | 13.22 | 24.33 | 9.96 | - |
| YUV | 104.15 | 109.29 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 71 | 0.90 | 0 | 0.54 | 0.39 | 143.83 | 0.82 | 0.34 |
| Hex | F | 9C | 47 | 5A | 0 | 36 | 27 | 90 | 52 | 22 |
| Octal | 17 | 234 | 107 | 132 | 0 | 66 | 47 | 220 | 122 | 42 |
| Binary | 1111 | 10011100 | 1000111 | 1011010 | 0 | 110110 | 100111 | 10010000 | 1010010 | 100010 |
Color Harmonies of #0F9C47
Complementary color
Monochromatic Colors of #0F9C47
Black with #0F9C47
Text Example
Text Example
White with #0F9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C47; }
p { color: rgb(15,156,71); }
H1.HeaderClassName
{
color: #0F9C47;
}
.AnyTagClassName
{
color: #0F9C47;
}
</style>
background-color css
<style>
a { background-color: #0F9C47; }
a { background-color: rgb(15,156,71); }
div.DivClassName
{
background-color: #0F9C47;
}
.BgClassName
{
background-color: #0F9C47;
}
</style>
border-color css
<style>
span { border-color: #0F9C47; }
span { border-color: rgb(15,156,71); }
td.TdClassName
{
border-color: #0F9C47;
}
.TagClassName
{
border-color: #0F9C47;
}
</style>