Shades of Pigment Green #0F9C3C
Tints of Pigment Green #0F9C3C
RGB
CMYK
RGB Variations
Color information
#0F9C3C (or 0x0F9C3C) is known color: Pigment Green. HEX triplet: 0F, 9C and 3C. RGB value is (15,156,60). Sum of RGB (Red+Green+Blue) = 15+156+60=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9C3C is #F063C3. Grayscale: #676767. Windows color (decimal): -15754180 or 3972111. OLE color: 3972111.
HSL color Cylindrical-coordinate representation of color #0F9C3C: hue angle of 139.15º 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 #0F9C3C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 156 | 60 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.39 |
| HSL | 139.15º | 0.82% | 0.34% | - |
| HSV(B) | 139.15º | 0.9% | 0.61% | - |
| XYZ | 12.9 | 24.2 | 8.27 | - |
| YUV | 102.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 60 | 0.90 | 0 | 0.62 | 0.39 | 139.15 | 0.82 | 0.34 |
| Hex | F | 9C | 3C | 5A | 0 | 3E | 27 | 8B | 52 | 22 |
| Octal | 17 | 234 | 74 | 132 | 0 | 76 | 47 | 213 | 122 | 42 |
| Binary | 1111 | 10011100 | 111100 | 1011010 | 0 | 111110 | 100111 | 10001011 | 1010010 | 100010 |
Color Harmonies of #0F9C3C
Complementary color
Monochromatic Colors of #0F9C3C
Black with #0F9C3C
Text Example
Text Example
White with #0F9C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C3C; }
p { color: rgb(15,156,60); }
H1.HeaderClassName
{
color: #0F9C3C;
}
.AnyTagClassName
{
color: #0F9C3C;
}
</style>
background-color css
<style>
a { background-color: #0F9C3C; }
a { background-color: rgb(15,156,60); }
div.DivClassName
{
background-color: #0F9C3C;
}
.BgClassName
{
background-color: #0F9C3C;
}
</style>
border-color css
<style>
span { border-color: #0F9C3C; }
span { border-color: rgb(15,156,60); }
td.TdClassName
{
border-color: #0F9C3C;
}
.TagClassName
{
border-color: #0F9C3C;
}
</style>