Shades of Pigment Green #0F954A
Tints of Pigment Green #0F954A
RGB
CMYK
RGB Variations
Color information
#0F954A (or 0x0F954A) is known color: Pigment Green. HEX triplet: 0F, 95 and 4A. RGB value is (15,149,74). Sum of RGB (Red+Green+Blue) = 15+149+74=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #0F954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F954A is #F06AB5. Grayscale: #646464. Windows color (decimal): -15755958 or 4887823. OLE color: 4887823.
HSL color Cylindrical-coordinate representation of color #0F954A: hue angle of 146.42º 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 #0F954A is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 74 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.42 |
| HSL | 146.42º | 0.82% | 0.32% | - |
| HSV(B) | 146.42º | 0.9% | 0.58% | - |
| XYZ | 12.18 | 22.09 | 10.1 | - |
| YUV | 100.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 74 | 0.90 | 0 | 0.50 | 0.42 | 146.42 | 0.82 | 0.32 |
| Hex | F | 95 | 4A | 5A | 0 | 32 | 2A | 92 | 52 | 20 |
| Octal | 17 | 225 | 112 | 132 | 0 | 62 | 52 | 222 | 122 | 40 |
| Binary | 1111 | 10010101 | 1001010 | 1011010 | 0 | 110010 | 101010 | 10010010 | 1010010 | 100000 |
Color Harmonies of #0F954A
Complementary color
Monochromatic Colors of #0F954A
Black with #0F954A
Text Example
Text Example
White with #0F954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F954A; }
p { color: rgb(15,149,74); }
H1.HeaderClassName
{
color: #0F954A;
}
.AnyTagClassName
{
color: #0F954A;
}
</style>
background-color css
<style>
a { background-color: #0F954A; }
a { background-color: rgb(15,149,74); }
div.DivClassName
{
background-color: #0F954A;
}
.BgClassName
{
background-color: #0F954A;
}
</style>
border-color css
<style>
span { border-color: #0F954A; }
span { border-color: rgb(15,149,74); }
td.TdClassName
{
border-color: #0F954A;
}
.TagClassName
{
border-color: #0F954A;
}
</style>