Shades of Pigment Green #0F954E
Tints of Pigment Green #0F954E
RGB
CMYK
RGB Variations
Color information
#0F954E (or 0x0F954E) is known color: Pigment Green. HEX triplet: 0F, 95 and 4E. RGB value is (15,149,78). Sum of RGB (Red+Green+Blue) = 15+149+78=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #0F954E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F954E is #F06AB1. Grayscale: #646464. Windows color (decimal): -15755954 or 5149967. OLE color: 5149967.
HSL color Cylindrical-coordinate representation of color #0F954E: hue angle of 148.21º 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 #0F954E is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 78 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.42 |
| HSL | 148.21º | 0.82% | 0.32% | - |
| HSV(B) | 148.21º | 0.9% | 0.58% | - |
| XYZ | 12.32 | 22.15 | 10.83 | - |
| YUV | 100.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 78 | 0.90 | 0 | 0.48 | 0.42 | 148.21 | 0.82 | 0.32 |
| Hex | F | 95 | 4E | 5A | 0 | 30 | 2A | 94 | 52 | 20 |
| Octal | 17 | 225 | 116 | 132 | 0 | 60 | 52 | 224 | 122 | 40 |
| Binary | 1111 | 10010101 | 1001110 | 1011010 | 0 | 110000 | 101010 | 10010100 | 1010010 | 100000 |
Color Harmonies of #0F954E
Complementary color
Monochromatic Colors of #0F954E
Black with #0F954E
Text Example
Text Example
White with #0F954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F954E; }
p { color: rgb(15,149,78); }
H1.HeaderClassName
{
color: #0F954E;
}
.AnyTagClassName
{
color: #0F954E;
}
</style>
background-color css
<style>
a { background-color: #0F954E; }
a { background-color: rgb(15,149,78); }
div.DivClassName
{
background-color: #0F954E;
}
.BgClassName
{
background-color: #0F954E;
}
</style>
border-color css
<style>
span { border-color: #0F954E; }
span { border-color: rgb(15,149,78); }
td.TdClassName
{
border-color: #0F954E;
}
.TagClassName
{
border-color: #0F954E;
}
</style>