Shades of Dark Pastel Green #0FC71D
Tints of Dark Pastel Green #0FC71D
RGB
CMYK
RGB Variations
Color information
#0FC71D (or 0x0FC71D) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 1D. RGB value is (15,199,29). Sum of RGB (Red+Green+Blue) = 15+199+29=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 199 (78.12% from 255 or 81.89% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC71D is #F038E2. Grayscale: #7D7D7D. Windows color (decimal): -15743203 or 1951503. OLE color: 1951503.
HSL color Cylindrical-coordinate representation of color #0FC71D: hue angle of 124.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC71D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 29 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.22 |
| HSL | 124.57º | 0.86% | 0.42% | - |
| HSV(B) | 124.57º | 0.92% | 0.78% | - |
| XYZ | 20.84 | 41.04 | 7.98 | - |
| YUV | 124.6 | 74.04 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 29 | 0.92 | 0 | 0.85 | 0.22 | 124.57 | 0.86 | 0.42 |
| Hex | F | C7 | 1D | 5C | 0 | 55 | 16 | 7D | 56 | 2A |
| Octal | 17 | 307 | 35 | 134 | 0 | 125 | 26 | 175 | 126 | 52 |
| Binary | 1111 | 11000111 | 11101 | 1011100 | 0 | 1010101 | 10110 | 1111101 | 1010110 | 101010 |
Color Harmonies of #0FC71D
Complementary color
Monochromatic Colors of #0FC71D
Black with #0FC71D
Text Example
Text Example
White with #0FC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC71D; }
p { color: rgb(15,199,29); }
H1.HeaderClassName
{
color: #0FC71D;
}
.AnyTagClassName
{
color: #0FC71D;
}
</style>
background-color css
<style>
a { background-color: #0FC71D; }
a { background-color: rgb(15,199,29); }
div.DivClassName
{
background-color: #0FC71D;
}
.BgClassName
{
background-color: #0FC71D;
}
</style>
border-color css
<style>
span { border-color: #0FC71D; }
span { border-color: rgb(15,199,29); }
td.TdClassName
{
border-color: #0FC71D;
}
.TagClassName
{
border-color: #0FC71D;
}
</style>