Shades of Dark Pastel Green #0FBA33
Tints of Dark Pastel Green #0FBA33
RGB
CMYK
RGB Variations
Color information
#0FBA33 (or 0x0FBA33) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 33. RGB value is (15,186,51). Sum of RGB (Red+Green+Blue) = 15+186+51=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA33 is #F045CC. Grayscale: #777777. Windows color (decimal): -15746509 or 3389967. OLE color: 3389967.
HSL color Cylindrical-coordinate representation of color #0FBA33: hue angle of 132.63º 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 #0FBA33 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 51 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.27 |
| HSL | 132.63º | 0.85% | 0.39% | - |
| HSV(B) | 132.63º | 0.92% | 0.73% | - |
| XYZ | 18.35 | 35.46 | 9.01 | - |
| YUV | 119.48 | 89.35 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 51 | 0.92 | 0 | 0.73 | 0.27 | 132.63 | 0.85 | 0.39 |
| Hex | F | BA | 33 | 5C | 0 | 49 | 1B | 85 | 55 | 27 |
| Octal | 17 | 272 | 63 | 134 | 0 | 111 | 33 | 205 | 125 | 47 |
| Binary | 1111 | 10111010 | 110011 | 1011100 | 0 | 1001001 | 11011 | 10000101 | 1010101 | 100111 |
Color Harmonies of #0FBA33
Complementary color
Monochromatic Colors of #0FBA33
Black with #0FBA33
Text Example
Text Example
White with #0FBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA33; }
p { color: rgb(15,186,51); }
H1.HeaderClassName
{
color: #0FBA33;
}
.AnyTagClassName
{
color: #0FBA33;
}
</style>
background-color css
<style>
a { background-color: #0FBA33; }
a { background-color: rgb(15,186,51); }
div.DivClassName
{
background-color: #0FBA33;
}
.BgClassName
{
background-color: #0FBA33;
}
</style>
border-color css
<style>
span { border-color: #0FBA33; }
span { border-color: rgb(15,186,51); }
td.TdClassName
{
border-color: #0FBA33;
}
.TagClassName
{
border-color: #0FBA33;
}
</style>