Shades of Pigment Green #0FB04B
Tints of Pigment Green #0FB04B
RGB
CMYK
RGB Variations
Color information
#0FB04B (or 0x0FB04B) is known color: Pigment Green. HEX triplet: 0F, B0 and 4B. RGB value is (15,176,75). Sum of RGB (Red+Green+Blue) = 15+176+75=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB04B is #F04FB4. Grayscale: #747474. Windows color (decimal): -15749045 or 4960271. OLE color: 4960271.
HSL color Cylindrical-coordinate representation of color #0FB04B: hue angle of 142.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB04B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 75 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.31 |
| HSL | 142.36º | 0.84% | 0.37% | - |
| HSV(B) | 142.36º | 0.91% | 0.69% | - |
| XYZ | 16.99 | 31.66 | 11.87 | - |
| YUV | 116.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 75 | 0.91 | 0 | 0.57 | 0.31 | 142.36 | 0.84 | 0.37 |
| Hex | F | B0 | 4B | 5B | 0 | 39 | 1F | 8E | 54 | 25 |
| Octal | 17 | 260 | 113 | 133 | 0 | 71 | 37 | 216 | 124 | 45 |
| Binary | 1111 | 10110000 | 1001011 | 1011011 | 0 | 111001 | 11111 | 10001110 | 1010100 | 100101 |
Color Harmonies of #0FB04B
Complementary color
Monochromatic Colors of #0FB04B
Black with #0FB04B
Text Example
Text Example
White with #0FB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB04B; }
p { color: rgb(15,176,75); }
H1.HeaderClassName
{
color: #0FB04B;
}
.AnyTagClassName
{
color: #0FB04B;
}
</style>
background-color css
<style>
a { background-color: #0FB04B; }
a { background-color: rgb(15,176,75); }
div.DivClassName
{
background-color: #0FB04B;
}
.BgClassName
{
background-color: #0FB04B;
}
</style>
border-color css
<style>
span { border-color: #0FB04B; }
span { border-color: rgb(15,176,75); }
td.TdClassName
{
border-color: #0FB04B;
}
.TagClassName
{
border-color: #0FB04B;
}
</style>