Shades of Dark Pastel Green #0FB020
Tints of Dark Pastel Green #0FB020
RGB
CMYK
RGB Variations
Color information
#0FB020 (or 0x0FB020) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 20. RGB value is (15,176,32). Sum of RGB (Red+Green+Blue) = 15+176+32=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB020 is #F04FDF. Grayscale: #6F6F6F. Windows color (decimal): -15749088 or 2142223. OLE color: 2142223.
HSL color Cylindrical-coordinate representation of color #0FB020: hue angle of 126.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB020 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 32 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.31 |
| HSL | 126.34º | 0.84% | 0.37% | - |
| HSV(B) | 126.34º | 0.91% | 0.69% | - |
| XYZ | 15.98 | 31.26 | 6.56 | - |
| YUV | 111.45 | 83.16 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 32 | 0.91 | 0 | 0.82 | 0.31 | 126.34 | 0.84 | 0.37 |
| Hex | F | B0 | 20 | 5B | 0 | 52 | 1F | 7E | 54 | 25 |
| Octal | 17 | 260 | 40 | 133 | 0 | 122 | 37 | 176 | 124 | 45 |
| Binary | 1111 | 10110000 | 100000 | 1011011 | 0 | 1010010 | 11111 | 1111110 | 1010100 | 100101 |
Color Harmonies of #0FB020
Complementary color
Monochromatic Colors of #0FB020
Black with #0FB020
Text Example
Text Example
White with #0FB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB020; }
p { color: rgb(15,176,32); }
H1.HeaderClassName
{
color: #0FB020;
}
.AnyTagClassName
{
color: #0FB020;
}
</style>
background-color css
<style>
a { background-color: #0FB020; }
a { background-color: rgb(15,176,32); }
div.DivClassName
{
background-color: #0FB020;
}
.BgClassName
{
background-color: #0FB020;
}
</style>
border-color css
<style>
span { border-color: #0FB020; }
span { border-color: rgb(15,176,32); }
td.TdClassName
{
border-color: #0FB020;
}
.TagClassName
{
border-color: #0FB020;
}
</style>