Shades of Dark Pastel Green #0FBA2E
Tints of Dark Pastel Green #0FBA2E
RGB
CMYK
RGB Variations
Color information
#0FBA2E (or 0x0FBA2E) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 2E. RGB value is (15,186,46). Sum of RGB (Red+Green+Blue) = 15+186+46=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA2E is #F045D1. Grayscale: #777777. Windows color (decimal): -15746514 or 3062287. OLE color: 3062287.
HSL color Cylindrical-coordinate representation of color #0FBA2E: hue angle of 130.88º 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 #0FBA2E is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 46 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.27 |
| HSL | 130.88º | 0.85% | 0.39% | - |
| HSV(B) | 130.88º | 0.92% | 0.73% | - |
| XYZ | 18.25 | 35.42 | 8.46 | - |
| YUV | 118.91 | 86.85 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 46 | 0.92 | 0 | 0.75 | 0.27 | 130.88 | 0.85 | 0.39 |
| Hex | F | BA | 2E | 5C | 0 | 4B | 1B | 83 | 55 | 27 |
| Octal | 17 | 272 | 56 | 134 | 0 | 113 | 33 | 203 | 125 | 47 |
| Binary | 1111 | 10111010 | 101110 | 1011100 | 0 | 1001011 | 11011 | 10000011 | 1010101 | 100111 |
Color Harmonies of #0FBA2E
Complementary color
Monochromatic Colors of #0FBA2E
Black with #0FBA2E
Text Example
Text Example
White with #0FBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA2E; }
p { color: rgb(15,186,46); }
H1.HeaderClassName
{
color: #0FBA2E;
}
.AnyTagClassName
{
color: #0FBA2E;
}
</style>
background-color css
<style>
a { background-color: #0FBA2E; }
a { background-color: rgb(15,186,46); }
div.DivClassName
{
background-color: #0FBA2E;
}
.BgClassName
{
background-color: #0FBA2E;
}
</style>
border-color css
<style>
span { border-color: #0FBA2E; }
span { border-color: rgb(15,186,46); }
td.TdClassName
{
border-color: #0FBA2E;
}
.TagClassName
{
border-color: #0FBA2E;
}
</style>