Shades of Dark Pastel Green #0FB040
Tints of Dark Pastel Green #0FB040
RGB
CMYK
RGB Variations
Color information
#0FB040 (or 0x0FB040) is known color: Dark Pastel Green. HEX triplet: 0F, B0 and 40. RGB value is (15,176,64). Sum of RGB (Red+Green+Blue) = 15+176+64=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 176 (69.14% from 255 or 69.02% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB040 is #F04FBF. Grayscale: #737373. Windows color (decimal): -15749056 or 4239375. OLE color: 4239375.
HSL color Cylindrical-coordinate representation of color #0FB040: hue angle of 138.26º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB040 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 64 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.31 |
| HSL | 138.26º | 0.84% | 0.37% | - |
| HSV(B) | 138.26º | 0.91% | 0.69% | - |
| XYZ | 16.65 | 31.52 | 10.06 | - |
| YUV | 115.09 | 99.16 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 64 | 0.91 | 0 | 0.64 | 0.31 | 138.26 | 0.84 | 0.37 |
| Hex | F | B0 | 40 | 5B | 0 | 40 | 1F | 8A | 54 | 25 |
| Octal | 17 | 260 | 100 | 133 | 0 | 100 | 37 | 212 | 124 | 45 |
| Binary | 1111 | 10110000 | 1000000 | 1011011 | 0 | 1000000 | 11111 | 10001010 | 1010100 | 100101 |
Color Harmonies of #0FB040
Complementary color
Monochromatic Colors of #0FB040
Black with #0FB040
Text Example
Text Example
White with #0FB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB040; }
p { color: rgb(15,176,64); }
H1.HeaderClassName
{
color: #0FB040;
}
.AnyTagClassName
{
color: #0FB040;
}
</style>
background-color css
<style>
a { background-color: #0FB040; }
a { background-color: rgb(15,176,64); }
div.DivClassName
{
background-color: #0FB040;
}
.BgClassName
{
background-color: #0FB040;
}
</style>
border-color css
<style>
span { border-color: #0FB040; }
span { border-color: rgb(15,176,64); }
td.TdClassName
{
border-color: #0FB040;
}
.TagClassName
{
border-color: #0FB040;
}
</style>