Shades of Dark Pastel Green #0FBB26
Tints of Dark Pastel Green #0FBB26
RGB
CMYK
RGB Variations
Color information
#0FBB26 (or 0x0FBB26) is known color: Dark Pastel Green. HEX triplet: 0F, BB and 26. RGB value is (15,187,38). Sum of RGB (Red+Green+Blue) = 15+187+38=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 187 (73.44% from 255 or 77.92% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBB26 is #F044D9. Grayscale: #777777. Windows color (decimal): -15746266 or 2538255. OLE color: 2538255.
HSL color Cylindrical-coordinate representation of color #0FBB26: hue angle of 128.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB26 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 38 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.27 |
| HSL | 128.02º | 0.85% | 0.4% | - |
| HSV(B) | 128.02º | 0.92% | 0.73% | - |
| XYZ | 18.32 | 35.78 | 7.77 | - |
| YUV | 118.59 | 82.52 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 38 | 0.92 | 0 | 0.80 | 0.27 | 128.02 | 0.85 | 0.4 |
| Hex | F | BB | 26 | 5C | 0 | 50 | 1B | 80 | 55 | 28 |
| Octal | 17 | 273 | 46 | 134 | 0 | 120 | 33 | 200 | 125 | 50 |
| Binary | 1111 | 10111011 | 100110 | 1011100 | 0 | 1010000 | 11011 | 10000000 | 1010101 | 101000 |
Color Harmonies of #0FBB26
Complementary color
Monochromatic Colors of #0FBB26
Black with #0FBB26
Text Example
Text Example
White with #0FBB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB26; }
p { color: rgb(15,187,38); }
H1.HeaderClassName
{
color: #0FBB26;
}
.AnyTagClassName
{
color: #0FBB26;
}
</style>
background-color css
<style>
a { background-color: #0FBB26; }
a { background-color: rgb(15,187,38); }
div.DivClassName
{
background-color: #0FBB26;
}
.BgClassName
{
background-color: #0FBB26;
}
</style>
border-color css
<style>
span { border-color: #0FBB26; }
span { border-color: rgb(15,187,38); }
td.TdClassName
{
border-color: #0FBB26;
}
.TagClassName
{
border-color: #0FBB26;
}
</style>