Shades of Dark Pastel Green #0FC051
Tints of Dark Pastel Green #0FC051
RGB
CMYK
RGB Variations
Color information
#0FC051 (or 0x0FC051) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 51. RGB value is (15,192,81). Sum of RGB (Red+Green+Blue) = 15+192+81=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC051 is #F03FAE. Grayscale: #7E7E7E. Windows color (decimal): -15744943 or 5357583. OLE color: 5357583.
HSL color Cylindrical-coordinate representation of color #0FC051: hue angle of 142.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC051 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 81 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.25 |
| HSL | 142.37º | 0.86% | 0.41% | - |
| HSV(B) | 142.37º | 0.92% | 0.75% | - |
| XYZ | 20.53 | 38.39 | 14.11 | - |
| YUV | 126.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 81 | 0.92 | 0 | 0.58 | 0.25 | 142.37 | 0.86 | 0.41 |
| Hex | F | C0 | 51 | 5C | 0 | 3A | 19 | 8E | 56 | 29 |
| Octal | 17 | 300 | 121 | 134 | 0 | 72 | 31 | 216 | 126 | 51 |
| Binary | 1111 | 11000000 | 1010001 | 1011100 | 0 | 111010 | 11001 | 10001110 | 1010110 | 101001 |
Color Harmonies of #0FC051
Complementary color
Monochromatic Colors of #0FC051
Black with #0FC051
Text Example
Text Example
White with #0FC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC051; }
p { color: rgb(15,192,81); }
H1.HeaderClassName
{
color: #0FC051;
}
.AnyTagClassName
{
color: #0FC051;
}
</style>
background-color css
<style>
a { background-color: #0FC051; }
a { background-color: rgb(15,192,81); }
div.DivClassName
{
background-color: #0FC051;
}
.BgClassName
{
background-color: #0FC051;
}
</style>
border-color css
<style>
span { border-color: #0FC051; }
span { border-color: rgb(15,192,81); }
td.TdClassName
{
border-color: #0FC051;
}
.TagClassName
{
border-color: #0FC051;
}
</style>