Shades of Pigment Green #0F994C
Tints of Pigment Green #0F994C
RGB
CMYK
RGB Variations
Color information
#0F994C (or 0x0F994C) is known color: Pigment Green. HEX triplet: 0F, 99 and 4C. RGB value is (15,153,76). Sum of RGB (Red+Green+Blue) = 15+153+76=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #0F994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F994C is #F066B3. Grayscale: #676767. Windows color (decimal): -15754932 or 5019919. OLE color: 5019919.
HSL color Cylindrical-coordinate representation of color #0F994C: hue angle of 146.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F994C is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 76 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.4 |
| HSL | 146.52º | 0.82% | 0.33% | - |
| HSV(B) | 146.52º | 0.9% | 0.6% | - |
| XYZ | 12.89 | 23.41 | 10.68 | - |
| YUV | 102.96 | 112.78 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 76 | 0.90 | 0 | 0.50 | 0.4 | 146.52 | 0.82 | 0.33 |
| Hex | F | 99 | 4C | 5A | 0 | 32 | 28 | 93 | 52 | 21 |
| Octal | 17 | 231 | 114 | 132 | 0 | 62 | 50 | 223 | 122 | 41 |
| Binary | 1111 | 10011001 | 1001100 | 1011010 | 0 | 110010 | 101000 | 10010011 | 1010010 | 100001 |
Color Harmonies of #0F994C
Complementary color
Monochromatic Colors of #0F994C
Black with #0F994C
Text Example
Text Example
White with #0F994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F994C; }
p { color: rgb(15,153,76); }
H1.HeaderClassName
{
color: #0F994C;
}
.AnyTagClassName
{
color: #0F994C;
}
</style>
background-color css
<style>
a { background-color: #0F994C; }
a { background-color: rgb(15,153,76); }
div.DivClassName
{
background-color: #0F994C;
}
.BgClassName
{
background-color: #0F994C;
}
</style>
border-color css
<style>
span { border-color: #0F994C; }
span { border-color: rgb(15,153,76); }
td.TdClassName
{
border-color: #0F994C;
}
.TagClassName
{
border-color: #0F994C;
}
</style>