Shades of Pigment Green #0FB451
Tints of Pigment Green #0FB451
RGB
CMYK
RGB Variations
Color information
#0FB451 (or 0x0FB451) is known color: Pigment Green. HEX triplet: 0F, B4 and 51. RGB value is (15,180,81). Sum of RGB (Red+Green+Blue) = 15+180+81=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB451 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB451 is #F04BAE. Grayscale: #777777. Windows color (decimal): -15748015 or 5354511. OLE color: 5354511.
HSL color Cylindrical-coordinate representation of color #0FB451: hue angle of 144º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB451 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 81 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.29 |
| HSL | 144º | 0.85% | 0.38% | - |
| HSV(B) | 144º | 0.92% | 0.71% | - |
| XYZ | 18 | 33.34 | 13.27 | - |
| YUV | 119.38 | 106.34 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 81 | 0.92 | 0 | 0.55 | 0.29 | 144 | 0.85 | 0.38 |
| Hex | F | B4 | 51 | 5C | 0 | 37 | 1D | 90 | 55 | 26 |
| Octal | 17 | 264 | 121 | 134 | 0 | 67 | 35 | 220 | 125 | 46 |
| Binary | 1111 | 10110100 | 1010001 | 1011100 | 0 | 110111 | 11101 | 10010000 | 1010101 | 100110 |
Color Harmonies of #0FB451
Complementary color
Monochromatic Colors of #0FB451
Black with #0FB451
Text Example
Text Example
White with #0FB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB451; }
p { color: rgb(15,180,81); }
H1.HeaderClassName
{
color: #0FB451;
}
.AnyTagClassName
{
color: #0FB451;
}
</style>
background-color css
<style>
a { background-color: #0FB451; }
a { background-color: rgb(15,180,81); }
div.DivClassName
{
background-color: #0FB451;
}
.BgClassName
{
background-color: #0FB451;
}
</style>
border-color css
<style>
span { border-color: #0FB451; }
span { border-color: rgb(15,180,81); }
td.TdClassName
{
border-color: #0FB451;
}
.TagClassName
{
border-color: #0FB451;
}
</style>