Shades of Dark Pastel Green #0FBD4D
Tints of Dark Pastel Green #0FBD4D
RGB
CMYK
RGB Variations
Color information
#0FBD4D (or 0x0FBD4D) is known color: Dark Pastel Green. HEX triplet: 0F, BD and 4D. RGB value is (15,189,77). Sum of RGB (Red+Green+Blue) = 15+189+77=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD4D is #F042B2. Grayscale: #7C7C7C. Windows color (decimal): -15745715 or 5094671. OLE color: 5094671.
HSL color Cylindrical-coordinate representation of color #0FBD4D: hue angle of 141.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD4D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 77 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.26 |
| HSL | 141.38º | 0.85% | 0.4% | - |
| HSV(B) | 141.38º | 0.92% | 0.74% | - |
| XYZ | 19.73 | 37.03 | 13.13 | - |
| YUV | 124.21 | 101.35 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 77 | 0.92 | 0 | 0.59 | 0.26 | 141.38 | 0.85 | 0.4 |
| Hex | F | BD | 4D | 5C | 0 | 3B | 1A | 8D | 55 | 28 |
| Octal | 17 | 275 | 115 | 134 | 0 | 73 | 32 | 215 | 125 | 50 |
| Binary | 1111 | 10111101 | 1001101 | 1011100 | 0 | 111011 | 11010 | 10001101 | 1010101 | 101000 |
Color Harmonies of #0FBD4D
Complementary color
Monochromatic Colors of #0FBD4D
Black with #0FBD4D
Text Example
Text Example
White with #0FBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD4D; }
p { color: rgb(15,189,77); }
H1.HeaderClassName
{
color: #0FBD4D;
}
.AnyTagClassName
{
color: #0FBD4D;
}
</style>
background-color css
<style>
a { background-color: #0FBD4D; }
a { background-color: rgb(15,189,77); }
div.DivClassName
{
background-color: #0FBD4D;
}
.BgClassName
{
background-color: #0FBD4D;
}
</style>
border-color css
<style>
span { border-color: #0FBD4D; }
span { border-color: rgb(15,189,77); }
td.TdClassName
{
border-color: #0FBD4D;
}
.TagClassName
{
border-color: #0FBD4D;
}
</style>