Shades of Pigment Green #0FB15B
Tints of Pigment Green #0FB15B
RGB
CMYK
RGB Variations
Color information
#0FB15B (or 0x0FB15B) is known color: Pigment Green. HEX triplet: 0F, B1 and 5B. RGB value is (15,177,91). Sum of RGB (Red+Green+Blue) = 15+177+91=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 177 (69.53% from 255 or 62.54% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB15B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB15B is #F04EA4. Grayscale: #767676. Windows color (decimal): -15748773 or 6009103. OLE color: 6009103.
HSL color Cylindrical-coordinate representation of color #0FB15B: hue angle of 148.15º 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 #0FB15B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 91 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.31 |
| HSL | 148.15º | 0.84% | 0.38% | - |
| HSV(B) | 148.15º | 0.92% | 0.69% | - |
| XYZ | 17.81 | 32.3 | 15.19 | - |
| YUV | 118.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 91 | 0.92 | 0 | 0.49 | 0.31 | 148.15 | 0.84 | 0.38 |
| Hex | F | B1 | 5B | 5C | 0 | 31 | 1F | 94 | 54 | 26 |
| Octal | 17 | 261 | 133 | 134 | 0 | 61 | 37 | 224 | 124 | 46 |
| Binary | 1111 | 10110001 | 1011011 | 1011100 | 0 | 110001 | 11111 | 10010100 | 1010100 | 100110 |
Color Harmonies of #0FB15B
Complementary color
Monochromatic Colors of #0FB15B
Black with #0FB15B
Text Example
Text Example
White with #0FB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB15B; }
p { color: rgb(15,177,91); }
H1.HeaderClassName
{
color: #0FB15B;
}
.AnyTagClassName
{
color: #0FB15B;
}
</style>
background-color css
<style>
a { background-color: #0FB15B; }
a { background-color: rgb(15,177,91); }
div.DivClassName
{
background-color: #0FB15B;
}
.BgClassName
{
background-color: #0FB15B;
}
</style>
border-color css
<style>
span { border-color: #0FB15B; }
span { border-color: rgb(15,177,91); }
td.TdClassName
{
border-color: #0FB15B;
}
.TagClassName
{
border-color: #0FB15B;
}
</style>