Shades of Dark Pastel Green #0FC01D
Tints of Dark Pastel Green #0FC01D
RGB
CMYK
RGB Variations
Color information
#0FC01D (or 0x0FC01D) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 1D. RGB value is (15,192,29). Sum of RGB (Red+Green+Blue) = 15+192+29=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC01D is #F03FE2. Grayscale: #787878. Windows color (decimal): -15744995 or 1949711. OLE color: 1949711.
HSL color Cylindrical-coordinate representation of color #0FC01D: hue angle of 124.75º 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 #0FC01D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 29 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.25 |
| HSL | 124.75º | 0.86% | 0.41% | - |
| HSV(B) | 124.75º | 0.92% | 0.75% | - |
| XYZ | 19.27 | 37.89 | 7.46 | - |
| YUV | 120.5 | 76.36 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 29 | 0.92 | 0 | 0.85 | 0.25 | 124.75 | 0.86 | 0.41 |
| Hex | F | C0 | 1D | 5C | 0 | 55 | 19 | 7D | 56 | 29 |
| Octal | 17 | 300 | 35 | 134 | 0 | 125 | 31 | 175 | 126 | 51 |
| Binary | 1111 | 11000000 | 11101 | 1011100 | 0 | 1010101 | 11001 | 1111101 | 1010110 | 101001 |
Color Harmonies of #0FC01D
Complementary color
Monochromatic Colors of #0FC01D
Black with #0FC01D
Text Example
Text Example
White with #0FC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC01D; }
p { color: rgb(15,192,29); }
H1.HeaderClassName
{
color: #0FC01D;
}
.AnyTagClassName
{
color: #0FC01D;
}
</style>
background-color css
<style>
a { background-color: #0FC01D; }
a { background-color: rgb(15,192,29); }
div.DivClassName
{
background-color: #0FC01D;
}
.BgClassName
{
background-color: #0FC01D;
}
</style>
border-color css
<style>
span { border-color: #0FC01D; }
span { border-color: rgb(15,192,29); }
td.TdClassName
{
border-color: #0FC01D;
}
.TagClassName
{
border-color: #0FC01D;
}
</style>