Shades of Dark Pastel Green #0FBC25
Tints of Dark Pastel Green #0FBC25
RGB
CMYK
RGB Variations
Color information
#0FBC25 (or 0x0FBC25) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 25. RGB value is (15,188,37). Sum of RGB (Red+Green+Blue) = 15+188+37=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC25 is #F043DA. Grayscale: #777777. Windows color (decimal): -15746011 or 2472975. OLE color: 2472975.
HSL color Cylindrical-coordinate representation of color #0FBC25: hue angle of 127.63º 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 #0FBC25 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 37 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.26 |
| HSL | 127.63º | 0.85% | 0.4% | - |
| HSV(B) | 127.63º | 0.92% | 0.74% | - |
| XYZ | 18.51 | 36.2 | 7.76 | - |
| YUV | 119.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 37 | 0.92 | 0 | 0.80 | 0.26 | 127.63 | 0.85 | 0.4 |
| Hex | F | BC | 25 | 5C | 0 | 50 | 1A | 80 | 55 | 28 |
| Octal | 17 | 274 | 45 | 134 | 0 | 120 | 32 | 200 | 125 | 50 |
| Binary | 1111 | 10111100 | 100101 | 1011100 | 0 | 1010000 | 11010 | 10000000 | 1010101 | 101000 |
Color Harmonies of #0FBC25
Complementary color
Monochromatic Colors of #0FBC25
Black with #0FBC25
Text Example
Text Example
White with #0FBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC25; }
p { color: rgb(15,188,37); }
H1.HeaderClassName
{
color: #0FBC25;
}
.AnyTagClassName
{
color: #0FBC25;
}
</style>
background-color css
<style>
a { background-color: #0FBC25; }
a { background-color: rgb(15,188,37); }
div.DivClassName
{
background-color: #0FBC25;
}
.BgClassName
{
background-color: #0FBC25;
}
</style>
border-color css
<style>
span { border-color: #0FBC25; }
span { border-color: rgb(15,188,37); }
td.TdClassName
{
border-color: #0FBC25;
}
.TagClassName
{
border-color: #0FBC25;
}
</style>