Shades of Dark Pastel Green #0FBD40
Tints of Dark Pastel Green #0FBD40
RGB
CMYK
RGB Variations
Color information
#0FBD40 (or 0x0FBD40) is known color: Dark Pastel Green. HEX triplet: 0F, BD and 40. RGB value is (15,189,64). Sum of RGB (Red+Green+Blue) = 15+189+64=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBD40 is #F042BF. Grayscale: #7B7B7B. Windows color (decimal): -15745728 or 4242703. OLE color: 4242703.
HSL color Cylindrical-coordinate representation of color #0FBD40: hue angle of 136.9º 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 #0FBD40 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 64 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.26 |
| HSL | 136.9º | 0.85% | 0.4% | - |
| HSV(B) | 136.9º | 0.92% | 0.74% | - |
| XYZ | 19.32 | 36.87 | 10.95 | - |
| YUV | 122.72 | 94.85 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 64 | 0.92 | 0 | 0.66 | 0.26 | 136.9 | 0.85 | 0.4 |
| Hex | F | BD | 40 | 5C | 0 | 42 | 1A | 89 | 55 | 28 |
| Octal | 17 | 275 | 100 | 134 | 0 | 102 | 32 | 211 | 125 | 50 |
| Binary | 1111 | 10111101 | 1000000 | 1011100 | 0 | 1000010 | 11010 | 10001001 | 1010101 | 101000 |
Color Harmonies of #0FBD40
Complementary color
Monochromatic Colors of #0FBD40
Black with #0FBD40
Text Example
Text Example
White with #0FBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD40; }
p { color: rgb(15,189,64); }
H1.HeaderClassName
{
color: #0FBD40;
}
.AnyTagClassName
{
color: #0FBD40;
}
</style>
background-color css
<style>
a { background-color: #0FBD40; }
a { background-color: rgb(15,189,64); }
div.DivClassName
{
background-color: #0FBD40;
}
.BgClassName
{
background-color: #0FBD40;
}
</style>
border-color css
<style>
span { border-color: #0FBD40; }
span { border-color: rgb(15,189,64); }
td.TdClassName
{
border-color: #0FBD40;
}
.TagClassName
{
border-color: #0FBD40;
}
</style>