Shades of Dark Pastel Green #0FBC1D
Tints of Dark Pastel Green #0FBC1D
RGB
CMYK
RGB Variations
Color information
#0FBC1D (or 0x0FBC1D) is known color: Dark Pastel Green. HEX triplet: 0F, BC and 1D. RGB value is (15,188,29). Sum of RGB (Red+Green+Blue) = 15+188+29=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBC1D is #F043E2. Grayscale: #767676. Windows color (decimal): -15746019 or 1948687. OLE color: 1948687.
HSL color Cylindrical-coordinate representation of color #0FBC1D: hue angle of 124.86º 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 #0FBC1D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 29 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.26 |
| HSL | 124.86º | 0.85% | 0.4% | - |
| HSV(B) | 124.86º | 0.92% | 0.74% | - |
| XYZ | 18.4 | 36.16 | 7.17 | - |
| YUV | 118.15 | 77.69 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 29 | 0.92 | 0 | 0.85 | 0.26 | 124.86 | 0.85 | 0.4 |
| Hex | F | BC | 1D | 5C | 0 | 55 | 1A | 7D | 55 | 28 |
| Octal | 17 | 274 | 35 | 134 | 0 | 125 | 32 | 175 | 125 | 50 |
| Binary | 1111 | 10111100 | 11101 | 1011100 | 0 | 1010101 | 11010 | 1111101 | 1010101 | 101000 |
Color Harmonies of #0FBC1D
Complementary color
Monochromatic Colors of #0FBC1D
Black with #0FBC1D
Text Example
Text Example
White with #0FBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC1D; }
p { color: rgb(15,188,29); }
H1.HeaderClassName
{
color: #0FBC1D;
}
.AnyTagClassName
{
color: #0FBC1D;
}
</style>
background-color css
<style>
a { background-color: #0FBC1D; }
a { background-color: rgb(15,188,29); }
div.DivClassName
{
background-color: #0FBC1D;
}
.BgClassName
{
background-color: #0FBC1D;
}
</style>
border-color css
<style>
span { border-color: #0FBC1D; }
span { border-color: rgb(15,188,29); }
td.TdClassName
{
border-color: #0FBC1D;
}
.TagClassName
{
border-color: #0FBC1D;
}
</style>