Shades of Pigment Green #0FB14D
Tints of Pigment Green #0FB14D
RGB
CMYK
RGB Variations
Color information
#0FB14D (or 0x0FB14D) is known color: Pigment Green. HEX triplet: 0F, B1 and 4D. RGB value is (15,177,77). Sum of RGB (Red+Green+Blue) = 15+177+77=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 177 (69.53% from 255 or 65.80% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB14D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB14D is #F04EB2. Grayscale: #757575. Windows color (decimal): -15748787 or 5091599. OLE color: 5091599.
HSL color Cylindrical-coordinate representation of color #0FB14D: hue angle of 142.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB14D is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 77 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.31 |
| HSL | 142.96º | 0.84% | 0.38% | - |
| HSV(B) | 142.96º | 0.92% | 0.69% | - |
| XYZ | 17.26 | 32.08 | 12.3 | - |
| YUV | 117.16 | 105.33 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 77 | 0.92 | 0 | 0.56 | 0.31 | 142.96 | 0.84 | 0.38 |
| Hex | F | B1 | 4D | 5C | 0 | 38 | 1F | 8F | 54 | 26 |
| Octal | 17 | 261 | 115 | 134 | 0 | 70 | 37 | 217 | 124 | 46 |
| Binary | 1111 | 10110001 | 1001101 | 1011100 | 0 | 111000 | 11111 | 10001111 | 1010100 | 100110 |
Color Harmonies of #0FB14D
Complementary color
Monochromatic Colors of #0FB14D
Black with #0FB14D
Text Example
Text Example
White with #0FB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB14D; }
p { color: rgb(15,177,77); }
H1.HeaderClassName
{
color: #0FB14D;
}
.AnyTagClassName
{
color: #0FB14D;
}
</style>
background-color css
<style>
a { background-color: #0FB14D; }
a { background-color: rgb(15,177,77); }
div.DivClassName
{
background-color: #0FB14D;
}
.BgClassName
{
background-color: #0FB14D;
}
</style>
border-color css
<style>
span { border-color: #0FB14D; }
span { border-color: rgb(15,177,77); }
td.TdClassName
{
border-color: #0FB14D;
}
.TagClassName
{
border-color: #0FB14D;
}
</style>