Shades of Pigment Green #0F953E
Tints of Pigment Green #0F953E
RGB
CMYK
RGB Variations
Color information
#0F953E (or 0x0F953E) is known color: Pigment Green. HEX triplet: 0F, 95 and 3E. RGB value is (15,149,62). Sum of RGB (Red+Green+Blue) = 15+149+62=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #0F953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F953E is #F06AC1. Grayscale: #636363. Windows color (decimal): -15755970 or 4101391. OLE color: 4101391.
HSL color Cylindrical-coordinate representation of color #0F953E: hue angle of 141.04º 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 #0F953E is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 62 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.42 |
| HSL | 141.04º | 0.82% | 0.32% | - |
| HSV(B) | 141.04º | 0.9% | 0.58% | - |
| XYZ | 11.81 | 21.94 | 8.17 | - |
| YUV | 99.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 62 | 0.90 | 0 | 0.58 | 0.42 | 141.04 | 0.82 | 0.32 |
| Hex | F | 95 | 3E | 5A | 0 | 3A | 2A | 8D | 52 | 20 |
| Octal | 17 | 225 | 76 | 132 | 0 | 72 | 52 | 215 | 122 | 40 |
| Binary | 1111 | 10010101 | 111110 | 1011010 | 0 | 111010 | 101010 | 10001101 | 1010010 | 100000 |
Color Harmonies of #0F953E
Complementary color
Monochromatic Colors of #0F953E
Black with #0F953E
Text Example
Text Example
White with #0F953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F953E; }
p { color: rgb(15,149,62); }
H1.HeaderClassName
{
color: #0F953E;
}
.AnyTagClassName
{
color: #0F953E;
}
</style>
background-color css
<style>
a { background-color: #0F953E; }
a { background-color: rgb(15,149,62); }
div.DivClassName
{
background-color: #0F953E;
}
.BgClassName
{
background-color: #0F953E;
}
</style>
border-color css
<style>
span { border-color: #0F953E; }
span { border-color: rgb(15,149,62); }
td.TdClassName
{
border-color: #0F953E;
}
.TagClassName
{
border-color: #0F953E;
}
</style>