Shades of Dark Pastel Green #0FB940
Tints of Dark Pastel Green #0FB940
RGB
CMYK
RGB Variations
Color information
#0FB940 (or 0x0FB940) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 40. RGB value is (15,185,64). Sum of RGB (Red+Green+Blue) = 15+185+64=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB940 is #F046BF. Grayscale: #787878. Windows color (decimal): -15746752 or 4241679. OLE color: 4241679.
HSL color Cylindrical-coordinate representation of color #0FB940: hue angle of 137.29º 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 #0FB940 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 64 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.27 |
| HSL | 137.29º | 0.85% | 0.39% | - |
| HSV(B) | 137.29º | 0.92% | 0.73% | - |
| XYZ | 18.47 | 35.17 | 10.67 | - |
| YUV | 120.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 64 | 0.92 | 0 | 0.65 | 0.27 | 137.29 | 0.85 | 0.39 |
| Hex | F | B9 | 40 | 5C | 0 | 41 | 1B | 89 | 55 | 27 |
| Octal | 17 | 271 | 100 | 134 | 0 | 101 | 33 | 211 | 125 | 47 |
| Binary | 1111 | 10111001 | 1000000 | 1011100 | 0 | 1000001 | 11011 | 10001001 | 1010101 | 100111 |
Color Harmonies of #0FB940
Complementary color
Monochromatic Colors of #0FB940
Black with #0FB940
Text Example
Text Example
White with #0FB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB940; }
p { color: rgb(15,185,64); }
H1.HeaderClassName
{
color: #0FB940;
}
.AnyTagClassName
{
color: #0FB940;
}
</style>
background-color css
<style>
a { background-color: #0FB940; }
a { background-color: rgb(15,185,64); }
div.DivClassName
{
background-color: #0FB940;
}
.BgClassName
{
background-color: #0FB940;
}
</style>
border-color css
<style>
span { border-color: #0FB940; }
span { border-color: rgb(15,185,64); }
td.TdClassName
{
border-color: #0FB940;
}
.TagClassName
{
border-color: #0FB940;
}
</style>