Shades of Dark Pastel Green #0FBA25
Tints of Dark Pastel Green #0FBA25
RGB
CMYK
RGB Variations
Color information
#0FBA25 (or 0x0FBA25) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 25. RGB value is (15,186,37). Sum of RGB (Red+Green+Blue) = 15+186+37=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA25 is #F045DA. Grayscale: #767676. Windows color (decimal): -15746523 or 2472463. OLE color: 2472463.
HSL color Cylindrical-coordinate representation of color #0FBA25: hue angle of 127.72º 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 #0FBA25 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 37 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.27 |
| HSL | 127.72º | 0.85% | 0.39% | - |
| HSV(B) | 127.72º | 0.92% | 0.73% | - |
| XYZ | 18.09 | 35.35 | 7.62 | - |
| YUV | 117.89 | 82.35 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 37 | 0.92 | 0 | 0.80 | 0.27 | 127.72 | 0.85 | 0.39 |
| Hex | F | BA | 25 | 5C | 0 | 50 | 1B | 80 | 55 | 27 |
| Octal | 17 | 272 | 45 | 134 | 0 | 120 | 33 | 200 | 125 | 47 |
| Binary | 1111 | 10111010 | 100101 | 1011100 | 0 | 1010000 | 11011 | 10000000 | 1010101 | 100111 |
Color Harmonies of #0FBA25
Complementary color
Monochromatic Colors of #0FBA25
Black with #0FBA25
Text Example
Text Example
White with #0FBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA25; }
p { color: rgb(15,186,37); }
H1.HeaderClassName
{
color: #0FBA25;
}
.AnyTagClassName
{
color: #0FBA25;
}
</style>
background-color css
<style>
a { background-color: #0FBA25; }
a { background-color: rgb(15,186,37); }
div.DivClassName
{
background-color: #0FBA25;
}
.BgClassName
{
background-color: #0FBA25;
}
</style>
border-color css
<style>
span { border-color: #0FBA25; }
span { border-color: rgb(15,186,37); }
td.TdClassName
{
border-color: #0FBA25;
}
.TagClassName
{
border-color: #0FBA25;
}
</style>