Shades of Dark Pastel Green #0FB71D
Tints of Dark Pastel Green #0FB71D
RGB
CMYK
RGB Variations
Color information
#0FB71D (or 0x0FB71D) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 1D. RGB value is (15,183,29). Sum of RGB (Red+Green+Blue) = 15+183+29=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 183 (71.88% from 255 or 80.62% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB71D is #F048E2. Grayscale: #737373. Windows color (decimal): -15747299 or 1947407. OLE color: 1947407.
HSL color Cylindrical-coordinate representation of color #0FB71D: hue angle of 125º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB71D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 29 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.28 |
| HSL | 125º | 0.85% | 0.39% | - |
| HSV(B) | 125º | 0.92% | 0.72% | - |
| XYZ | 17.35 | 34.06 | 6.82 | - |
| YUV | 115.21 | 79.34 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 29 | 0.92 | 0 | 0.84 | 0.28 | 125 | 0.85 | 0.39 |
| Hex | F | B7 | 1D | 5C | 0 | 54 | 1C | 7D | 55 | 27 |
| Octal | 17 | 267 | 35 | 134 | 0 | 124 | 34 | 175 | 125 | 47 |
| Binary | 1111 | 10110111 | 11101 | 1011100 | 0 | 1010100 | 11100 | 1111101 | 1010101 | 100111 |
Color Harmonies of #0FB71D
Complementary color
Monochromatic Colors of #0FB71D
Black with #0FB71D
Text Example
Text Example
White with #0FB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB71D; }
p { color: rgb(15,183,29); }
H1.HeaderClassName
{
color: #0FB71D;
}
.AnyTagClassName
{
color: #0FB71D;
}
</style>
background-color css
<style>
a { background-color: #0FB71D; }
a { background-color: rgb(15,183,29); }
div.DivClassName
{
background-color: #0FB71D;
}
.BgClassName
{
background-color: #0FB71D;
}
</style>
border-color css
<style>
span { border-color: #0FB71D; }
span { border-color: rgb(15,183,29); }
td.TdClassName
{
border-color: #0FB71D;
}
.TagClassName
{
border-color: #0FB71D;
}
</style>