Shades of Dark Pastel Green #0FBA4D
Tints of Dark Pastel Green #0FBA4D
RGB
CMYK
RGB Variations
Color information
#0FBA4D (or 0x0FBA4D) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 4D. RGB value is (15,186,77). Sum of RGB (Red+Green+Blue) = 15+186+77=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA4D is #F045B2. Grayscale: #7A7A7A. Windows color (decimal): -15746483 or 5093903. OLE color: 5093903.
HSL color Cylindrical-coordinate representation of color #0FBA4D: hue angle of 141.75º 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 #0FBA4D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 77 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.27 |
| HSL | 141.75º | 0.85% | 0.39% | - |
| HSV(B) | 141.75º | 0.92% | 0.73% | - |
| XYZ | 19.1 | 35.76 | 12.92 | - |
| YUV | 122.45 | 102.35 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 77 | 0.92 | 0 | 0.59 | 0.27 | 141.75 | 0.85 | 0.39 |
| Hex | F | BA | 4D | 5C | 0 | 3B | 1B | 8E | 55 | 27 |
| Octal | 17 | 272 | 115 | 134 | 0 | 73 | 33 | 216 | 125 | 47 |
| Binary | 1111 | 10111010 | 1001101 | 1011100 | 0 | 111011 | 11011 | 10001110 | 1010101 | 100111 |
Color Harmonies of #0FBA4D
Complementary color
Monochromatic Colors of #0FBA4D
Black with #0FBA4D
Text Example
Text Example
White with #0FBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA4D; }
p { color: rgb(15,186,77); }
H1.HeaderClassName
{
color: #0FBA4D;
}
.AnyTagClassName
{
color: #0FBA4D;
}
</style>
background-color css
<style>
a { background-color: #0FBA4D; }
a { background-color: rgb(15,186,77); }
div.DivClassName
{
background-color: #0FBA4D;
}
.BgClassName
{
background-color: #0FBA4D;
}
</style>
border-color css
<style>
span { border-color: #0FBA4D; }
span { border-color: rgb(15,186,77); }
td.TdClassName
{
border-color: #0FBA4D;
}
.TagClassName
{
border-color: #0FBA4D;
}
</style>