Shades of Pigment Green #0F954D
Tints of Pigment Green #0F954D
RGB
CMYK
RGB Variations
Color information
#0F954D (or 0x0F954D) is known color: Pigment Green. HEX triplet: 0F, 95 and 4D. RGB value is (15,149,77). Sum of RGB (Red+Green+Blue) = 15+149+77=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #0F954D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F954D is #F06AB2. Grayscale: #646464. Windows color (decimal): -15755955 or 5084431. OLE color: 5084431.
HSL color Cylindrical-coordinate representation of color #0F954D: hue angle of 147.76º 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 #0F954D is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 77 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.42 |
| HSL | 147.76º | 0.82% | 0.32% | - |
| HSV(B) | 147.76º | 0.9% | 0.58% | - |
| XYZ | 12.28 | 22.13 | 10.65 | - |
| YUV | 100.73 | 114.61 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 77 | 0.90 | 0 | 0.48 | 0.42 | 147.76 | 0.82 | 0.32 |
| Hex | F | 95 | 4D | 5A | 0 | 30 | 2A | 94 | 52 | 20 |
| Octal | 17 | 225 | 115 | 132 | 0 | 60 | 52 | 224 | 122 | 40 |
| Binary | 1111 | 10010101 | 1001101 | 1011010 | 0 | 110000 | 101010 | 10010100 | 1010010 | 100000 |
Color Harmonies of #0F954D
Complementary color
Monochromatic Colors of #0F954D
Black with #0F954D
Text Example
Text Example
White with #0F954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F954D; }
p { color: rgb(15,149,77); }
H1.HeaderClassName
{
color: #0F954D;
}
.AnyTagClassName
{
color: #0F954D;
}
</style>
background-color css
<style>
a { background-color: #0F954D; }
a { background-color: rgb(15,149,77); }
div.DivClassName
{
background-color: #0F954D;
}
.BgClassName
{
background-color: #0F954D;
}
</style>
border-color css
<style>
span { border-color: #0F954D; }
span { border-color: rgb(15,149,77); }
td.TdClassName
{
border-color: #0F954D;
}
.TagClassName
{
border-color: #0F954D;
}
</style>