Shades of Dark Pastel Green #0FB91F
Tints of Dark Pastel Green #0FB91F
RGB
CMYK
RGB Variations
Color information
#0FB91F (or 0x0FB91F) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 1F. RGB value is (15,185,31). Sum of RGB (Red+Green+Blue) = 15+185+31=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB91F is #F046E0. Grayscale: #757575. Windows color (decimal): -15746785 or 2078991. OLE color: 2078991.
HSL color Cylindrical-coordinate representation of color #0FB91F: hue angle of 125.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB91F is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 31 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.27 |
| HSL | 125.65º | 0.85% | 0.39% | - |
| HSV(B) | 125.65º | 0.92% | 0.73% | - |
| XYZ | 17.79 | 34.9 | 7.09 | - |
| YUV | 116.61 | 79.68 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 31 | 0.92 | 0 | 0.83 | 0.27 | 125.65 | 0.85 | 0.39 |
| Hex | F | B9 | 1F | 5C | 0 | 53 | 1B | 7E | 55 | 27 |
| Octal | 17 | 271 | 37 | 134 | 0 | 123 | 33 | 176 | 125 | 47 |
| Binary | 1111 | 10111001 | 11111 | 1011100 | 0 | 1010011 | 11011 | 1111110 | 1010101 | 100111 |
Color Harmonies of #0FB91F
Complementary color
Monochromatic Colors of #0FB91F
Black with #0FB91F
Text Example
Text Example
White with #0FB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB91F; }
p { color: rgb(15,185,31); }
H1.HeaderClassName
{
color: #0FB91F;
}
.AnyTagClassName
{
color: #0FB91F;
}
</style>
background-color css
<style>
a { background-color: #0FB91F; }
a { background-color: rgb(15,185,31); }
div.DivClassName
{
background-color: #0FB91F;
}
.BgClassName
{
background-color: #0FB91F;
}
</style>
border-color css
<style>
span { border-color: #0FB91F; }
span { border-color: rgb(15,185,31); }
td.TdClassName
{
border-color: #0FB91F;
}
.TagClassName
{
border-color: #0FB91F;
}
</style>