Shades of Dark Pastel Green #0FBA49
Tints of Dark Pastel Green #0FBA49
RGB
CMYK
RGB Variations
Color information
#0FBA49 (or 0x0FBA49) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 49. RGB value is (15,186,73). Sum of RGB (Red+Green+Blue) = 15+186+73=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA49 is #F045B6. Grayscale: #7A7A7A. Windows color (decimal): -15746487 or 4831759. OLE color: 4831759.
HSL color Cylindrical-coordinate representation of color #0FBA49: hue angle of 140.35º 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 #0FBA49 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 73 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.27 |
| HSL | 140.35º | 0.85% | 0.39% | - |
| HSV(B) | 140.35º | 0.92% | 0.73% | - |
| XYZ | 18.96 | 35.7 | 12.19 | - |
| YUV | 121.99 | 100.35 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 73 | 0.92 | 0 | 0.61 | 0.27 | 140.35 | 0.85 | 0.39 |
| Hex | F | BA | 49 | 5C | 0 | 3D | 1B | 8C | 55 | 27 |
| Octal | 17 | 272 | 111 | 134 | 0 | 75 | 33 | 214 | 125 | 47 |
| Binary | 1111 | 10111010 | 1001001 | 1011100 | 0 | 111101 | 11011 | 10001100 | 1010101 | 100111 |
Color Harmonies of #0FBA49
Complementary color
Monochromatic Colors of #0FBA49
Black with #0FBA49
Text Example
Text Example
White with #0FBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA49; }
p { color: rgb(15,186,73); }
H1.HeaderClassName
{
color: #0FBA49;
}
.AnyTagClassName
{
color: #0FBA49;
}
</style>
background-color css
<style>
a { background-color: #0FBA49; }
a { background-color: rgb(15,186,73); }
div.DivClassName
{
background-color: #0FBA49;
}
.BgClassName
{
background-color: #0FBA49;
}
</style>
border-color css
<style>
span { border-color: #0FBA49; }
span { border-color: rgb(15,186,73); }
td.TdClassName
{
border-color: #0FBA49;
}
.TagClassName
{
border-color: #0FBA49;
}
</style>