Shades of Dark Pastel Green #0FBF4E
Tints of Dark Pastel Green #0FBF4E
RGB
CMYK
RGB Variations
Color information
#0FBF4E (or 0x0FBF4E) is known color: Dark Pastel Green. HEX triplet: 0F, BF and 4E. RGB value is (15,191,78). Sum of RGB (Red+Green+Blue) = 15+191+78=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF4E is #F040B1. Grayscale: #7D7D7D. Windows color (decimal): -15745202 or 5160719. OLE color: 5160719.
HSL color Cylindrical-coordinate representation of color #0FBF4E: hue angle of 141.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF4E is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 78 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.25 |
| HSL | 141.48º | 0.85% | 0.4% | - |
| HSV(B) | 141.48º | 0.92% | 0.75% | - |
| XYZ | 20.2 | 37.91 | 13.46 | - |
| YUV | 125.49 | 101.19 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 78 | 0.92 | 0 | 0.59 | 0.25 | 141.48 | 0.85 | 0.4 |
| Hex | F | BF | 4E | 5C | 0 | 3B | 19 | 8D | 55 | 28 |
| Octal | 17 | 277 | 116 | 134 | 0 | 73 | 31 | 215 | 125 | 50 |
| Binary | 1111 | 10111111 | 1001110 | 1011100 | 0 | 111011 | 11001 | 10001101 | 1010101 | 101000 |
Color Harmonies of #0FBF4E
Complementary color
Monochromatic Colors of #0FBF4E
Black with #0FBF4E
Text Example
Text Example
White with #0FBF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF4E; }
p { color: rgb(15,191,78); }
H1.HeaderClassName
{
color: #0FBF4E;
}
.AnyTagClassName
{
color: #0FBF4E;
}
</style>
background-color css
<style>
a { background-color: #0FBF4E; }
a { background-color: rgb(15,191,78); }
div.DivClassName
{
background-color: #0FBF4E;
}
.BgClassName
{
background-color: #0FBF4E;
}
</style>
border-color css
<style>
span { border-color: #0FBF4E; }
span { border-color: rgb(15,191,78); }
td.TdClassName
{
border-color: #0FBF4E;
}
.TagClassName
{
border-color: #0FBF4E;
}
</style>