Shades of Dark Pastel Green #0FBA3E
Tints of Dark Pastel Green #0FBA3E
RGB
CMYK
RGB Variations
Color information
#0FBA3E (or 0x0FBA3E) is known color: Dark Pastel Green. HEX triplet: 0F, BA and 3E. RGB value is (15,186,62). Sum of RGB (Red+Green+Blue) = 15+186+62=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA3E is #F045C1. Grayscale: #797979. Windows color (decimal): -15746498 or 4110863. OLE color: 4110863.
HSL color Cylindrical-coordinate representation of color #0FBA3E: hue angle of 136.49º 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 #0FBA3E is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 62 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.27 |
| HSL | 136.49º | 0.85% | 0.39% | - |
| HSV(B) | 136.49º | 0.92% | 0.73% | - |
| XYZ | 18.63 | 35.57 | 10.44 | - |
| YUV | 120.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 62 | 0.92 | 0 | 0.67 | 0.27 | 136.49 | 0.85 | 0.39 |
| Hex | F | BA | 3E | 5C | 0 | 43 | 1B | 88 | 55 | 27 |
| Octal | 17 | 272 | 76 | 134 | 0 | 103 | 33 | 210 | 125 | 47 |
| Binary | 1111 | 10111010 | 111110 | 1011100 | 0 | 1000011 | 11011 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FBA3E
Complementary color
Monochromatic Colors of #0FBA3E
Black with #0FBA3E
Text Example
Text Example
White with #0FBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA3E; }
p { color: rgb(15,186,62); }
H1.HeaderClassName
{
color: #0FBA3E;
}
.AnyTagClassName
{
color: #0FBA3E;
}
</style>
background-color css
<style>
a { background-color: #0FBA3E; }
a { background-color: rgb(15,186,62); }
div.DivClassName
{
background-color: #0FBA3E;
}
.BgClassName
{
background-color: #0FBA3E;
}
</style>
border-color css
<style>
span { border-color: #0FBA3E; }
span { border-color: rgb(15,186,62); }
td.TdClassName
{
border-color: #0FBA3E;
}
.TagClassName
{
border-color: #0FBA3E;
}
</style>