Shades of Dark Pastel Green #0FBC26
Tints of Dark Pastel Green #0FBC26
RGB
CMYK
RGB Variations
Color information
#0FBC26 (or 0x0FBC26) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 26. RGB value is (15,188,38). Sum of RGB (Red+Green+Blue) = 15+188+38=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC26 is #F043D9. Grayscale: #777777. Windows color (decimal): -15746010 or 2538511. OLE color: 2538511.
HSL color Cylindrical-coordinate representation of color #0FBC26: hue angle of 127.98º 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 #0FBC26 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 38 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.26 |
| HSL | 127.98º | 0.85% | 0.4% | - |
| HSV(B) | 127.98º | 0.92% | 0.74% | - |
| XYZ | 18.53 | 36.21 | 7.85 | - |
| YUV | 119.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 38 | 0.92 | 0 | 0.80 | 0.26 | 127.98 | 0.85 | 0.4 |
| Hex | F | BC | 26 | 5C | 0 | 50 | 1A | 80 | 55 | 28 |
| Octal | 17 | 274 | 46 | 134 | 0 | 120 | 32 | 200 | 125 | 50 |
| Binary | 1111 | 10111100 | 100110 | 1011100 | 0 | 1010000 | 11010 | 10000000 | 1010101 | 101000 |
Color Harmonies of #0FBC26
Complementary color
Monochromatic Colors of #0FBC26
Black with #0FBC26
Text Example
Text Example
White with #0FBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC26; }
p { color: rgb(15,188,38); }
H1.HeaderClassName
{
color: #0FBC26;
}
.AnyTagClassName
{
color: #0FBC26;
}
</style>
background-color css
<style>
a { background-color: #0FBC26; }
a { background-color: rgb(15,188,38); }
div.DivClassName
{
background-color: #0FBC26;
}
.BgClassName
{
background-color: #0FBC26;
}
</style>
border-color css
<style>
span { border-color: #0FBC26; }
span { border-color: rgb(15,188,38); }
td.TdClassName
{
border-color: #0FBC26;
}
.TagClassName
{
border-color: #0FBC26;
}
</style>