Shades of Pigment Green #0F9C4A
Tints of Pigment Green #0F9C4A
RGB
CMYK
RGB Variations
Color information
#0F9C4A (or 0x0F9C4A) is known color: Pigment Green. HEX triplet: 0F, 9C and 4A. RGB value is (15,156,74). Sum of RGB (Red+Green+Blue) = 15+156+74=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C4A is #F063B5. Grayscale: #686868. Windows color (decimal): -15754166 or 4889615. OLE color: 4889615.
HSL color Cylindrical-coordinate representation of color #0F9C4A: hue angle of 145.11º 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 #0F9C4A is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 74 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.39 |
| HSL | 145.11º | 0.82% | 0.34% | - |
| HSV(B) | 145.11º | 0.9% | 0.61% | - |
| XYZ | 13.32 | 24.37 | 10.48 | - |
| YUV | 104.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 74 | 0.90 | 0 | 0.53 | 0.39 | 145.11 | 0.82 | 0.34 |
| Hex | F | 9C | 4A | 5A | 0 | 35 | 27 | 91 | 52 | 22 |
| Octal | 17 | 234 | 112 | 132 | 0 | 65 | 47 | 221 | 122 | 42 |
| Binary | 1111 | 10011100 | 1001010 | 1011010 | 0 | 110101 | 100111 | 10010001 | 1010010 | 100010 |
Color Harmonies of #0F9C4A
Complementary color
Monochromatic Colors of #0F9C4A
Black with #0F9C4A
Text Example
Text Example
White with #0F9C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C4A; }
p { color: rgb(15,156,74); }
H1.HeaderClassName
{
color: #0F9C4A;
}
.AnyTagClassName
{
color: #0F9C4A;
}
</style>
background-color css
<style>
a { background-color: #0F9C4A; }
a { background-color: rgb(15,156,74); }
div.DivClassName
{
background-color: #0F9C4A;
}
.BgClassName
{
background-color: #0F9C4A;
}
</style>
border-color css
<style>
span { border-color: #0F9C4A; }
span { border-color: rgb(15,156,74); }
td.TdClassName
{
border-color: #0F9C4A;
}
.TagClassName
{
border-color: #0F9C4A;
}
</style>