Shades of Dark Pastel Green #0FC01C
Tints of Dark Pastel Green #0FC01C
RGB
CMYK
RGB Variations
Color information
#0FC01C (or 0x0FC01C) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 1C. RGB value is (15,192,28). Sum of RGB (Red+Green+Blue) = 15+192+28=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC01C is #F03FE3. Grayscale: #787878. Windows color (decimal): -15744996 or 1884175. OLE color: 1884175.
HSL color Cylindrical-coordinate representation of color #0FC01C: hue angle of 124.41º 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 #0FC01C is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 28 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.25 |
| HSL | 124.41º | 0.86% | 0.41% | - |
| HSV(B) | 124.41º | 0.92% | 0.75% | - |
| XYZ | 19.26 | 37.88 | 7.4 | - |
| YUV | 120.38 | 75.86 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 28 | 0.92 | 0 | 0.85 | 0.25 | 124.41 | 0.86 | 0.41 |
| Hex | F | C0 | 1C | 5C | 0 | 55 | 19 | 7C | 56 | 29 |
| Octal | 17 | 300 | 34 | 134 | 0 | 125 | 31 | 174 | 126 | 51 |
| Binary | 1111 | 11000000 | 11100 | 1011100 | 0 | 1010101 | 11001 | 1111100 | 1010110 | 101001 |
Color Harmonies of #0FC01C
Complementary color
Monochromatic Colors of #0FC01C
Black with #0FC01C
Text Example
Text Example
White with #0FC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC01C; }
p { color: rgb(15,192,28); }
H1.HeaderClassName
{
color: #0FC01C;
}
.AnyTagClassName
{
color: #0FC01C;
}
</style>
background-color css
<style>
a { background-color: #0FC01C; }
a { background-color: rgb(15,192,28); }
div.DivClassName
{
background-color: #0FC01C;
}
.BgClassName
{
background-color: #0FC01C;
}
</style>
border-color css
<style>
span { border-color: #0FC01C; }
span { border-color: rgb(15,192,28); }
td.TdClassName
{
border-color: #0FC01C;
}
.TagClassName
{
border-color: #0FC01C;
}
</style>