Shades of Pigment Green #0F9B3F
Tints of Pigment Green #0F9B3F
RGB
CMYK
RGB Variations
Color information
#0F9B3F (or 0x0F9B3F) is known color: Pigment Green. HEX triplet: 0F, 9B and 3F. RGB value is (15,155,63). Sum of RGB (Red+Green+Blue) = 15+155+63=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 155 (60.94% from 255 or 66.52% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B3F is #F064C0. Grayscale: #666666. Windows color (decimal): -15754433 or 4168463. OLE color: 4168463.
HSL color Cylindrical-coordinate representation of color #0F9B3F: hue angle of 140.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B3F is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 63 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.39 |
| HSL | 140.57º | 0.82% | 0.33% | - |
| HSV(B) | 140.57º | 0.9% | 0.61% | - |
| XYZ | 12.82 | 23.9 | 8.64 | - |
| YUV | 102.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 63 | 0.90 | 0 | 0.59 | 0.39 | 140.57 | 0.82 | 0.33 |
| Hex | F | 9B | 3F | 5A | 0 | 3B | 27 | 8D | 52 | 21 |
| Octal | 17 | 233 | 77 | 132 | 0 | 73 | 47 | 215 | 122 | 41 |
| Binary | 1111 | 10011011 | 111111 | 1011010 | 0 | 111011 | 100111 | 10001101 | 1010010 | 100001 |
Color Harmonies of #0F9B3F
Complementary color
Monochromatic Colors of #0F9B3F
Black with #0F9B3F
Text Example
Text Example
White with #0F9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B3F; }
p { color: rgb(15,155,63); }
H1.HeaderClassName
{
color: #0F9B3F;
}
.AnyTagClassName
{
color: #0F9B3F;
}
</style>
background-color css
<style>
a { background-color: #0F9B3F; }
a { background-color: rgb(15,155,63); }
div.DivClassName
{
background-color: #0F9B3F;
}
.BgClassName
{
background-color: #0F9B3F;
}
</style>
border-color css
<style>
span { border-color: #0F9B3F; }
span { border-color: rgb(15,155,63); }
td.TdClassName
{
border-color: #0F9B3F;
}
.TagClassName
{
border-color: #0F9B3F;
}
</style>