Shades of Dark Pastel Green #0FC028
Tints of Dark Pastel Green #0FC028
RGB
CMYK
RGB Variations
Color information
#0FC028 (or 0x0FC028) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 28. RGB value is (15,192,40). Sum of RGB (Red+Green+Blue) = 15+192+40=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC028 is #F03FD7. Grayscale: #7A7A7A. Windows color (decimal): -15744984 or 2670607. OLE color: 2670607.
HSL color Cylindrical-coordinate representation of color #0FC028: hue angle of 128.47º 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 #0FC028 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 40 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.25 |
| HSL | 128.47º | 0.86% | 0.41% | - |
| HSV(B) | 128.47º | 0.92% | 0.75% | - |
| XYZ | 19.43 | 37.95 | 8.31 | - |
| YUV | 121.75 | 81.86 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 40 | 0.92 | 0 | 0.79 | 0.25 | 128.47 | 0.86 | 0.41 |
| Hex | F | C0 | 28 | 5C | 0 | 4F | 19 | 80 | 56 | 29 |
| Octal | 17 | 300 | 50 | 134 | 0 | 117 | 31 | 200 | 126 | 51 |
| Binary | 1111 | 11000000 | 101000 | 1011100 | 0 | 1001111 | 11001 | 10000000 | 1010110 | 101001 |
Color Harmonies of #0FC028
Complementary color
Monochromatic Colors of #0FC028
Black with #0FC028
Text Example
Text Example
White with #0FC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC028; }
p { color: rgb(15,192,40); }
H1.HeaderClassName
{
color: #0FC028;
}
.AnyTagClassName
{
color: #0FC028;
}
</style>
background-color css
<style>
a { background-color: #0FC028; }
a { background-color: rgb(15,192,40); }
div.DivClassName
{
background-color: #0FC028;
}
.BgClassName
{
background-color: #0FC028;
}
</style>
border-color css
<style>
span { border-color: #0FC028; }
span { border-color: rgb(15,192,40); }
td.TdClassName
{
border-color: #0FC028;
}
.TagClassName
{
border-color: #0FC028;
}
</style>