Shades of Dark Pastel Green #0FBC24
Tints of Dark Pastel Green #0FBC24
RGB
CMYK
RGB Variations
Color information
#0FBC24 (or 0x0FBC24) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 24. RGB value is (15,188,36). Sum of RGB (Red+Green+Blue) = 15+188+36=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC24 is #F043DB. Grayscale: #777777. Windows color (decimal): -15746012 or 2407439. OLE color: 2407439.
HSL color Cylindrical-coordinate representation of color #0FBC24: hue angle of 127.28º 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 #0FBC24 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 36 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.26 |
| HSL | 127.28º | 0.85% | 0.4% | - |
| HSV(B) | 127.28º | 0.92% | 0.74% | - |
| XYZ | 18.5 | 36.2 | 7.68 | - |
| YUV | 118.95 | 81.19 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 36 | 0.92 | 0 | 0.81 | 0.26 | 127.28 | 0.85 | 0.4 |
| Hex | F | BC | 24 | 5C | 0 | 51 | 1A | 7F | 55 | 28 |
| Octal | 17 | 274 | 44 | 134 | 0 | 121 | 32 | 177 | 125 | 50 |
| Binary | 1111 | 10111100 | 100100 | 1011100 | 0 | 1010001 | 11010 | 1111111 | 1010101 | 101000 |
Color Harmonies of #0FBC24
Complementary color
Monochromatic Colors of #0FBC24
Black with #0FBC24
Text Example
Text Example
White with #0FBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC24; }
p { color: rgb(15,188,36); }
H1.HeaderClassName
{
color: #0FBC24;
}
.AnyTagClassName
{
color: #0FBC24;
}
</style>
background-color css
<style>
a { background-color: #0FBC24; }
a { background-color: rgb(15,188,36); }
div.DivClassName
{
background-color: #0FBC24;
}
.BgClassName
{
background-color: #0FBC24;
}
</style>
border-color css
<style>
span { border-color: #0FBC24; }
span { border-color: rgb(15,188,36); }
td.TdClassName
{
border-color: #0FBC24;
}
.TagClassName
{
border-color: #0FBC24;
}
</style>