Shades of Pigment Green #0FB352
Tints of Pigment Green #0FB352
RGB
CMYK
RGB Variations
Color information
#0FB352 (or 0x0FB352) is known color: Pigment Green. HEX triplet: 0F, B3 and 52. RGB value is (15,179,82). Sum of RGB (Red+Green+Blue) = 15+179+82=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB352 is #F04CAD. Grayscale: #777777. Windows color (decimal): -15748270 or 5419791. OLE color: 5419791.
HSL color Cylindrical-coordinate representation of color #0FB352: hue angle of 144.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB352 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 82 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.30 |
| HSL | 144.51º | 0.85% | 0.38% | - |
| HSV(B) | 144.51º | 0.92% | 0.7% | - |
| XYZ | 17.84 | 32.95 | 13.4 | - |
| YUV | 118.91 | 107.17 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 82 | 0.92 | 0 | 0.54 | 0.30 | 144.51 | 0.85 | 0.38 |
| Hex | F | B3 | 52 | 5C | 0 | 36 | 1E | 91 | 55 | 26 |
| Octal | 17 | 263 | 122 | 134 | 0 | 66 | 36 | 221 | 125 | 46 |
| Binary | 1111 | 10110011 | 1010010 | 1011100 | 0 | 110110 | 11110 | 10010001 | 1010101 | 100110 |
Color Harmonies of #0FB352
Complementary color
Monochromatic Colors of #0FB352
Black with #0FB352
Text Example
Text Example
White with #0FB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB352; }
p { color: rgb(15,179,82); }
H1.HeaderClassName
{
color: #0FB352;
}
.AnyTagClassName
{
color: #0FB352;
}
</style>
background-color css
<style>
a { background-color: #0FB352; }
a { background-color: rgb(15,179,82); }
div.DivClassName
{
background-color: #0FB352;
}
.BgClassName
{
background-color: #0FB352;
}
</style>
border-color css
<style>
span { border-color: #0FB352; }
span { border-color: rgb(15,179,82); }
td.TdClassName
{
border-color: #0FB352;
}
.TagClassName
{
border-color: #0FB352;
}
</style>