Shades of Pigment Green #0FB154
Tints of Pigment Green #0FB154
RGB
CMYK
RGB Variations
Color information
#0FB154 (or 0x0FB154) is known color: Pigment Green. HEX triplet: 0F, B1 and 54. RGB value is (15,177,84). Sum of RGB (Red+Green+Blue) = 15+177+84=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB154 is #F04EAB. Grayscale: #767676. Windows color (decimal): -15748780 or 5550351. OLE color: 5550351.
HSL color Cylindrical-coordinate representation of color #0FB154: hue angle of 145.56º 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 #0FB154 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 84 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.31 |
| HSL | 145.56º | 0.84% | 0.38% | - |
| HSV(B) | 145.56º | 0.92% | 0.69% | - |
| XYZ | 17.52 | 32.19 | 13.68 | - |
| YUV | 117.96 | 108.83 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 84 | 0.92 | 0 | 0.53 | 0.31 | 145.56 | 0.84 | 0.38 |
| Hex | F | B1 | 54 | 5C | 0 | 35 | 1F | 92 | 54 | 26 |
| Octal | 17 | 261 | 124 | 134 | 0 | 65 | 37 | 222 | 124 | 46 |
| Binary | 1111 | 10110001 | 1010100 | 1011100 | 0 | 110101 | 11111 | 10010010 | 1010100 | 100110 |
Color Harmonies of #0FB154
Complementary color
Monochromatic Colors of #0FB154
Black with #0FB154
Text Example
Text Example
White with #0FB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB154; }
p { color: rgb(15,177,84); }
H1.HeaderClassName
{
color: #0FB154;
}
.AnyTagClassName
{
color: #0FB154;
}
</style>
background-color css
<style>
a { background-color: #0FB154; }
a { background-color: rgb(15,177,84); }
div.DivClassName
{
background-color: #0FB154;
}
.BgClassName
{
background-color: #0FB154;
}
</style>
border-color css
<style>
span { border-color: #0FB154; }
span { border-color: rgb(15,177,84); }
td.TdClassName
{
border-color: #0FB154;
}
.TagClassName
{
border-color: #0FB154;
}
</style>