Shades of Dark Pastel Green #0FBC51
Tints of Dark Pastel Green #0FBC51
RGB
CMYK
RGB Variations
Color information
#0FBC51 (or 0x0FBC51) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 51. RGB value is (15,188,81). Sum of RGB (Red+Green+Blue) = 15+188+81=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC51 is #F043AE. Grayscale: #7C7C7C. Windows color (decimal): -15745967 or 5356559. OLE color: 5356559.
HSL color Cylindrical-coordinate representation of color #0FBC51: hue angle of 142.89º 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 #0FBC51 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 81 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.26 |
| HSL | 142.89º | 0.85% | 0.4% | - |
| HSV(B) | 142.89º | 0.92% | 0.74% | - |
| XYZ | 19.67 | 36.66 | 13.82 | - |
| YUV | 124.08 | 103.69 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 81 | 0.92 | 0 | 0.57 | 0.26 | 142.89 | 0.85 | 0.4 |
| Hex | F | BC | 51 | 5C | 0 | 39 | 1A | 8F | 55 | 28 |
| Octal | 17 | 274 | 121 | 134 | 0 | 71 | 32 | 217 | 125 | 50 |
| Binary | 1111 | 10111100 | 1010001 | 1011100 | 0 | 111001 | 11010 | 10001111 | 1010101 | 101000 |
Color Harmonies of #0FBC51
Complementary color
Monochromatic Colors of #0FBC51
Black with #0FBC51
Text Example
Text Example
White with #0FBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC51; }
p { color: rgb(15,188,81); }
H1.HeaderClassName
{
color: #0FBC51;
}
.AnyTagClassName
{
color: #0FBC51;
}
</style>
background-color css
<style>
a { background-color: #0FBC51; }
a { background-color: rgb(15,188,81); }
div.DivClassName
{
background-color: #0FBC51;
}
.BgClassName
{
background-color: #0FBC51;
}
</style>
border-color css
<style>
span { border-color: #0FBC51; }
span { border-color: rgb(15,188,81); }
td.TdClassName
{
border-color: #0FBC51;
}
.TagClassName
{
border-color: #0FBC51;
}
</style>