Shades of Pigment Green #0FB14B
Tints of Pigment Green #0FB14B
RGB
CMYK
RGB Variations
Color information
#0FB14B (or 0x0FB14B) is known color: Pigment Green. HEX triplet: 0F, B1 and 4B. RGB value is (15,177,75). Sum of RGB (Red+Green+Blue) = 15+177+75=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 177 (69.53% from 255 or 66.29% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB14B is #F04EB4. Grayscale: #757575. Windows color (decimal): -15748789 or 4960527. OLE color: 4960527.
HSL color Cylindrical-coordinate representation of color #0FB14B: hue angle of 142.22º 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 #0FB14B is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 75 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.31 |
| HSL | 142.22º | 0.84% | 0.38% | - |
| HSV(B) | 142.22º | 0.92% | 0.69% | - |
| XYZ | 17.19 | 32.05 | 11.94 | - |
| YUV | 116.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 75 | 0.92 | 0 | 0.58 | 0.31 | 142.22 | 0.84 | 0.38 |
| Hex | F | B1 | 4B | 5C | 0 | 3A | 1F | 8E | 54 | 26 |
| Octal | 17 | 261 | 113 | 134 | 0 | 72 | 37 | 216 | 124 | 46 |
| Binary | 1111 | 10110001 | 1001011 | 1011100 | 0 | 111010 | 11111 | 10001110 | 1010100 | 100110 |
Color Harmonies of #0FB14B
Complementary color
Monochromatic Colors of #0FB14B
Black with #0FB14B
Text Example
Text Example
White with #0FB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB14B; }
p { color: rgb(15,177,75); }
H1.HeaderClassName
{
color: #0FB14B;
}
.AnyTagClassName
{
color: #0FB14B;
}
</style>
background-color css
<style>
a { background-color: #0FB14B; }
a { background-color: rgb(15,177,75); }
div.DivClassName
{
background-color: #0FB14B;
}
.BgClassName
{
background-color: #0FB14B;
}
</style>
border-color css
<style>
span { border-color: #0FB14B; }
span { border-color: rgb(15,177,75); }
td.TdClassName
{
border-color: #0FB14B;
}
.TagClassName
{
border-color: #0FB14B;
}
</style>