Shades of Pigment Green #0F953D
Tints of Pigment Green #0F953D
RGB
CMYK
RGB Variations
Color information
#0F953D (or 0x0F953D) is known color: Pigment Green. HEX triplet: 0F, 95 and 3D. RGB value is (15,149,61). Sum of RGB (Red+Green+Blue) = 15+149+61=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #0F953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F953D is #F06AC2. Grayscale: #636363. Windows color (decimal): -15755971 or 4035855. OLE color: 4035855.
HSL color Cylindrical-coordinate representation of color #0F953D: hue angle of 140.6º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F953D is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 61 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.42 |
| HSL | 140.6º | 0.82% | 0.32% | - |
| HSV(B) | 140.6º | 0.9% | 0.58% | - |
| XYZ | 11.79 | 21.93 | 8.03 | - |
| YUV | 98.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 61 | 0.90 | 0 | 0.59 | 0.42 | 140.6 | 0.82 | 0.32 |
| Hex | F | 95 | 3D | 5A | 0 | 3B | 2A | 8D | 52 | 20 |
| Octal | 17 | 225 | 75 | 132 | 0 | 73 | 52 | 215 | 122 | 40 |
| Binary | 1111 | 10010101 | 111101 | 1011010 | 0 | 111011 | 101010 | 10001101 | 1010010 | 100000 |
Color Harmonies of #0F953D
Complementary color
Monochromatic Colors of #0F953D
Black with #0F953D
Text Example
Text Example
White with #0F953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F953D; }
p { color: rgb(15,149,61); }
H1.HeaderClassName
{
color: #0F953D;
}
.AnyTagClassName
{
color: #0F953D;
}
</style>
background-color css
<style>
a { background-color: #0F953D; }
a { background-color: rgb(15,149,61); }
div.DivClassName
{
background-color: #0F953D;
}
.BgClassName
{
background-color: #0F953D;
}
</style>
border-color css
<style>
span { border-color: #0F953D; }
span { border-color: rgb(15,149,61); }
td.TdClassName
{
border-color: #0F953D;
}
.TagClassName
{
border-color: #0F953D;
}
</style>