Shades of Pigment Green #0FB04D
Tints of Pigment Green #0FB04D
RGB
CMYK
RGB Variations
Color information
#0FB04D (or 0x0FB04D) is known color: Pigment Green. HEX triplet: 0F, B0 and 4D. RGB value is (15,176,77). Sum of RGB (Red+Green+Blue) = 15+176+77=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB04D is #F04FB2. Grayscale: #747474. Windows color (decimal): -15749043 or 5091343. OLE color: 5091343.
HSL color Cylindrical-coordinate representation of color #0FB04D: hue angle of 143.11º 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 #0FB04D is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 77 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.31 |
| HSL | 143.11º | 0.84% | 0.37% | - |
| HSV(B) | 143.11º | 0.91% | 0.69% | - |
| XYZ | 17.06 | 31.69 | 12.24 | - |
| YUV | 116.58 | 105.66 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 77 | 0.91 | 0 | 0.56 | 0.31 | 143.11 | 0.84 | 0.37 |
| Hex | F | B0 | 4D | 5B | 0 | 38 | 1F | 8F | 54 | 25 |
| Octal | 17 | 260 | 115 | 133 | 0 | 70 | 37 | 217 | 124 | 45 |
| Binary | 1111 | 10110000 | 1001101 | 1011011 | 0 | 111000 | 11111 | 10001111 | 1010100 | 100101 |
Color Harmonies of #0FB04D
Complementary color
Monochromatic Colors of #0FB04D
Black with #0FB04D
Text Example
Text Example
White with #0FB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB04D; }
p { color: rgb(15,176,77); }
H1.HeaderClassName
{
color: #0FB04D;
}
.AnyTagClassName
{
color: #0FB04D;
}
</style>
background-color css
<style>
a { background-color: #0FB04D; }
a { background-color: rgb(15,176,77); }
div.DivClassName
{
background-color: #0FB04D;
}
.BgClassName
{
background-color: #0FB04D;
}
</style>
border-color css
<style>
span { border-color: #0FB04D; }
span { border-color: rgb(15,176,77); }
td.TdClassName
{
border-color: #0FB04D;
}
.TagClassName
{
border-color: #0FB04D;
}
</style>