Shades of Dark Pastel Green #0FBC48
Tints of Dark Pastel Green #0FBC48
RGB
CMYK
RGB Variations
Color information
#0FBC48 (or 0x0FBC48) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 48. RGB value is (15,188,72). Sum of RGB (Red+Green+Blue) = 15+188+72=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC48 is #F043B7. Grayscale: #7B7B7B. Windows color (decimal): -15745976 or 4766735. OLE color: 4766735.
HSL color Cylindrical-coordinate representation of color #0FBC48: hue angle of 139.77º 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 #0FBC48 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 72 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.26 |
| HSL | 139.77º | 0.85% | 0.4% | - |
| HSV(B) | 139.77º | 0.92% | 0.74% | - |
| XYZ | 19.35 | 36.54 | 12.16 | - |
| YUV | 123.05 | 99.19 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 72 | 0.92 | 0 | 0.62 | 0.26 | 139.77 | 0.85 | 0.4 |
| Hex | F | BC | 48 | 5C | 0 | 3E | 1A | 8C | 55 | 28 |
| Octal | 17 | 274 | 110 | 134 | 0 | 76 | 32 | 214 | 125 | 50 |
| Binary | 1111 | 10111100 | 1001000 | 1011100 | 0 | 111110 | 11010 | 10001100 | 1010101 | 101000 |
Color Harmonies of #0FBC48
Complementary color
Monochromatic Colors of #0FBC48
Black with #0FBC48
Text Example
Text Example
White with #0FBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC48; }
p { color: rgb(15,188,72); }
H1.HeaderClassName
{
color: #0FBC48;
}
.AnyTagClassName
{
color: #0FBC48;
}
</style>
background-color css
<style>
a { background-color: #0FBC48; }
a { background-color: rgb(15,188,72); }
div.DivClassName
{
background-color: #0FBC48;
}
.BgClassName
{
background-color: #0FBC48;
}
</style>
border-color css
<style>
span { border-color: #0FBC48; }
span { border-color: rgb(15,188,72); }
td.TdClassName
{
border-color: #0FBC48;
}
.TagClassName
{
border-color: #0FBC48;
}
</style>