Shades of Pigment Green #0FBD5B
Tints of Pigment Green #0FBD5B
RGB
CMYK
RGB Variations
Color information
#0FBD5B (or 0x0FBD5B) is known color: Pigment Green. HEX triplet: 0F, BD and 5B. RGB value is (15,189,91). Sum of RGB (Red+Green+Blue) = 15+189+91=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD5B is #F042A4. Grayscale: #7E7E7E. Windows color (decimal): -15745701 or 6012175. OLE color: 6012175.
HSL color Cylindrical-coordinate representation of color #0FBD5B: hue angle of 146.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD5B is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 91 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.26 |
| HSL | 146.21º | 0.85% | 0.4% | - |
| HSV(B) | 146.21º | 0.92% | 0.74% | - |
| XYZ | 20.28 | 37.25 | 16.02 | - |
| YUV | 125.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 91 | 0.92 | 0 | 0.52 | 0.26 | 146.21 | 0.85 | 0.4 |
| Hex | F | BD | 5B | 5C | 0 | 34 | 1A | 92 | 55 | 28 |
| Octal | 17 | 275 | 133 | 134 | 0 | 64 | 32 | 222 | 125 | 50 |
| Binary | 1111 | 10111101 | 1011011 | 1011100 | 0 | 110100 | 11010 | 10010010 | 1010101 | 101000 |
Color Harmonies of #0FBD5B
Complementary color
Monochromatic Colors of #0FBD5B
Black with #0FBD5B
Text Example
Text Example
White with #0FBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD5B; }
p { color: rgb(15,189,91); }
H1.HeaderClassName
{
color: #0FBD5B;
}
.AnyTagClassName
{
color: #0FBD5B;
}
</style>
background-color css
<style>
a { background-color: #0FBD5B; }
a { background-color: rgb(15,189,91); }
div.DivClassName
{
background-color: #0FBD5B;
}
.BgClassName
{
background-color: #0FBD5B;
}
</style>
border-color css
<style>
span { border-color: #0FBD5B; }
span { border-color: rgb(15,189,91); }
td.TdClassName
{
border-color: #0FBD5B;
}
.TagClassName
{
border-color: #0FBD5B;
}
</style>