Shades of Dark Pastel Green #0FC04C
Tints of Dark Pastel Green #0FC04C
RGB
CMYK
RGB Variations
Color information
#0FC04C (or 0x0FC04C) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 4C. RGB value is (15,192,76). Sum of RGB (Red+Green+Blue) = 15+192+76=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC04C is #F03FB3. Grayscale: #7E7E7E. Windows color (decimal): -15744948 or 5029903. OLE color: 5029903.
HSL color Cylindrical-coordinate representation of color #0FC04C: hue angle of 140.68º 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 #0FC04C is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 76 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.25 |
| HSL | 140.68º | 0.86% | 0.41% | - |
| HSV(B) | 140.68º | 0.92% | 0.75% | - |
| XYZ | 20.35 | 38.32 | 13.16 | - |
| YUV | 125.85 | 99.86 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 76 | 0.92 | 0 | 0.60 | 0.25 | 140.68 | 0.86 | 0.41 |
| Hex | F | C0 | 4C | 5C | 0 | 3C | 19 | 8D | 56 | 29 |
| Octal | 17 | 300 | 114 | 134 | 0 | 74 | 31 | 215 | 126 | 51 |
| Binary | 1111 | 11000000 | 1001100 | 1011100 | 0 | 111100 | 11001 | 10001101 | 1010110 | 101001 |
Color Harmonies of #0FC04C
Complementary color
Monochromatic Colors of #0FC04C
Black with #0FC04C
Text Example
Text Example
White with #0FC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC04C; }
p { color: rgb(15,192,76); }
H1.HeaderClassName
{
color: #0FC04C;
}
.AnyTagClassName
{
color: #0FC04C;
}
</style>
background-color css
<style>
a { background-color: #0FC04C; }
a { background-color: rgb(15,192,76); }
div.DivClassName
{
background-color: #0FC04C;
}
.BgClassName
{
background-color: #0FC04C;
}
</style>
border-color css
<style>
span { border-color: #0FC04C; }
span { border-color: rgb(15,192,76); }
td.TdClassName
{
border-color: #0FC04C;
}
.TagClassName
{
border-color: #0FC04C;
}
</style>