Shades of Pigment Green #0F9A4C
Tints of Pigment Green #0F9A4C
RGB
CMYK
RGB Variations
Color information
#0F9A4C (or 0x0F9A4C) is known color: Pigment Green. HEX triplet: 0F, 9A and 4C. RGB value is (15,154,76). Sum of RGB (Red+Green+Blue) = 15+154+76=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 154 (60.55% from 255 or 62.86% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9A4C is #F065B3. Grayscale: #676767. Windows color (decimal): -15754676 or 5020175. OLE color: 5020175.
HSL color Cylindrical-coordinate representation of color #0F9A4C: hue angle of 146.33º 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 #0F9A4C is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 154 | 76 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.40 |
| HSL | 146.33º | 0.82% | 0.33% | - |
| HSV(B) | 146.33º | 0.9% | 0.6% | - |
| XYZ | 13.06 | 23.73 | 10.73 | - |
| YUV | 103.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 76 | 0.90 | 0 | 0.51 | 0.40 | 146.33 | 0.82 | 0.33 |
| Hex | F | 9A | 4C | 5A | 0 | 33 | 28 | 92 | 52 | 21 |
| Octal | 17 | 232 | 114 | 132 | 0 | 63 | 50 | 222 | 122 | 41 |
| Binary | 1111 | 10011010 | 1001100 | 1011010 | 0 | 110011 | 101000 | 10010010 | 1010010 | 100001 |
Color Harmonies of #0F9A4C
Complementary color
Monochromatic Colors of #0F9A4C
Black with #0F9A4C
Text Example
Text Example
White with #0F9A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9A4C; }
p { color: rgb(15,154,76); }
H1.HeaderClassName
{
color: #0F9A4C;
}
.AnyTagClassName
{
color: #0F9A4C;
}
</style>
background-color css
<style>
a { background-color: #0F9A4C; }
a { background-color: rgb(15,154,76); }
div.DivClassName
{
background-color: #0F9A4C;
}
.BgClassName
{
background-color: #0F9A4C;
}
</style>
border-color css
<style>
span { border-color: #0F9A4C; }
span { border-color: rgb(15,154,76); }
td.TdClassName
{
border-color: #0F9A4C;
}
.TagClassName
{
border-color: #0F9A4C;
}
</style>