Shades of Pigment Green #0F943D
Tints of Pigment Green #0F943D
RGB
CMYK
RGB Variations
Color information
#0F943D (or 0x0F943D) is known color: Pigment Green. HEX triplet: 0F, 94 and 3D. RGB value is (15,148,61). Sum of RGB (Red+Green+Blue) = 15+148+61=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #0F943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F943D is #F06BC2. Grayscale: #626262. Windows color (decimal): -15756227 or 4035599. OLE color: 4035599.
HSL color Cylindrical-coordinate representation of color #0F943D: hue angle of 140.75º 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 #0F943D is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 61 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.42 |
| HSL | 140.75º | 0.82% | 0.32% | - |
| HSV(B) | 140.75º | 0.9% | 0.58% | - |
| XYZ | 11.63 | 21.62 | 7.97 | - |
| YUV | 98.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 61 | 0.90 | 0 | 0.59 | 0.42 | 140.75 | 0.82 | 0.32 |
| Hex | F | 94 | 3D | 5A | 0 | 3B | 2A | 8D | 52 | 20 |
| Octal | 17 | 224 | 75 | 132 | 0 | 73 | 52 | 215 | 122 | 40 |
| Binary | 1111 | 10010100 | 111101 | 1011010 | 0 | 111011 | 101010 | 10001101 | 1010010 | 100000 |
Color Harmonies of #0F943D
Complementary color
Monochromatic Colors of #0F943D
Black with #0F943D
Text Example
Text Example
White with #0F943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F943D; }
p { color: rgb(15,148,61); }
H1.HeaderClassName
{
color: #0F943D;
}
.AnyTagClassName
{
color: #0F943D;
}
</style>
background-color css
<style>
a { background-color: #0F943D; }
a { background-color: rgb(15,148,61); }
div.DivClassName
{
background-color: #0F943D;
}
.BgClassName
{
background-color: #0F943D;
}
</style>
border-color css
<style>
span { border-color: #0F943D; }
span { border-color: rgb(15,148,61); }
td.TdClassName
{
border-color: #0F943D;
}
.TagClassName
{
border-color: #0F943D;
}
</style>