Shades of Pigment Green #0F943F
Tints of Pigment Green #0F943F
RGB
CMYK
RGB Variations
Color information
#0F943F (or 0x0F943F) is known color: Pigment Green. HEX triplet: 0F, 94 and 3F. RGB value is (15,148,63). Sum of RGB (Red+Green+Blue) = 15+148+63=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #0F943F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F943F is #F06BC0. Grayscale: #626262. Windows color (decimal): -15756225 or 4166671. OLE color: 4166671.
HSL color Cylindrical-coordinate representation of color #0F943F: hue angle of 141.65º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F943F is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 63 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.42 |
| HSL | 141.65º | 0.82% | 0.32% | - |
| HSV(B) | 141.65º | 0.9% | 0.58% | - |
| XYZ | 11.68 | 21.64 | 8.26 | - |
| YUV | 98.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 63 | 0.90 | 0 | 0.57 | 0.42 | 141.65 | 0.82 | 0.32 |
| Hex | F | 94 | 3F | 5A | 0 | 39 | 2A | 8E | 52 | 20 |
| Octal | 17 | 224 | 77 | 132 | 0 | 71 | 52 | 216 | 122 | 40 |
| Binary | 1111 | 10010100 | 111111 | 1011010 | 0 | 111001 | 101010 | 10001110 | 1010010 | 100000 |
Color Harmonies of #0F943F
Complementary color
Monochromatic Colors of #0F943F
Black with #0F943F
Text Example
Text Example
White with #0F943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F943F; }
p { color: rgb(15,148,63); }
H1.HeaderClassName
{
color: #0F943F;
}
.AnyTagClassName
{
color: #0F943F;
}
</style>
background-color css
<style>
a { background-color: #0F943F; }
a { background-color: rgb(15,148,63); }
div.DivClassName
{
background-color: #0F943F;
}
.BgClassName
{
background-color: #0F943F;
}
</style>
border-color css
<style>
span { border-color: #0F943F; }
span { border-color: rgb(15,148,63); }
td.TdClassName
{
border-color: #0F943F;
}
.TagClassName
{
border-color: #0F943F;
}
</style>