Shades of Pigment Green #0FB355
Tints of Pigment Green #0FB355
RGB
CMYK
RGB Variations
Color information
#0FB355 (or 0x0FB355) is known color: Pigment Green. HEX triplet: 0F, B3 and 55. RGB value is (15,179,85). Sum of RGB (Red+Green+Blue) = 15+179+85=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB355 is #F04CAA. Grayscale: #777777. Windows color (decimal): -15748267 or 5616399. OLE color: 5616399.
HSL color Cylindrical-coordinate representation of color #0FB355: hue angle of 145.61º 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 #0FB355 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 85 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.30 |
| HSL | 145.61º | 0.85% | 0.38% | - |
| HSV(B) | 145.61º | 0.92% | 0.7% | - |
| XYZ | 17.96 | 33 | 14.02 | - |
| YUV | 119.25 | 108.67 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 85 | 0.92 | 0 | 0.53 | 0.30 | 145.61 | 0.85 | 0.38 |
| Hex | F | B3 | 55 | 5C | 0 | 35 | 1E | 92 | 55 | 26 |
| Octal | 17 | 263 | 125 | 134 | 0 | 65 | 36 | 222 | 125 | 46 |
| Binary | 1111 | 10110011 | 1010101 | 1011100 | 0 | 110101 | 11110 | 10010010 | 1010101 | 100110 |
Color Harmonies of #0FB355
Complementary color
Monochromatic Colors of #0FB355
Black with #0FB355
Text Example
Text Example
White with #0FB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB355; }
p { color: rgb(15,179,85); }
H1.HeaderClassName
{
color: #0FB355;
}
.AnyTagClassName
{
color: #0FB355;
}
</style>
background-color css
<style>
a { background-color: #0FB355; }
a { background-color: rgb(15,179,85); }
div.DivClassName
{
background-color: #0FB355;
}
.BgClassName
{
background-color: #0FB355;
}
</style>
border-color css
<style>
span { border-color: #0FB355; }
span { border-color: rgb(15,179,85); }
td.TdClassName
{
border-color: #0FB355;
}
.TagClassName
{
border-color: #0FB355;
}
</style>