Shades of Dark Pastel Green #0FC21D
Tints of Dark Pastel Green #0FC21D
RGB
CMYK
RGB Variations
Color information
#0FC21D (or 0x0FC21D) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 1D. RGB value is (15,194,29). Sum of RGB (Red+Green+Blue) = 15+194+29=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC21D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC21D is #F03DE2. Grayscale: #7A7A7A. Windows color (decimal): -15744483 or 1950223. OLE color: 1950223.
HSL color Cylindrical-coordinate representation of color #0FC21D: hue angle of 124.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC21D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 29 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.24 |
| HSL | 124.69º | 0.86% | 0.41% | - |
| HSV(B) | 124.69º | 0.92% | 0.76% | - |
| XYZ | 19.71 | 38.77 | 7.61 | - |
| YUV | 121.67 | 75.7 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 29 | 0.92 | 0 | 0.85 | 0.24 | 124.69 | 0.86 | 0.41 |
| Hex | F | C2 | 1D | 5C | 0 | 55 | 18 | 7D | 56 | 29 |
| Octal | 17 | 302 | 35 | 134 | 0 | 125 | 30 | 175 | 126 | 51 |
| Binary | 1111 | 11000010 | 11101 | 1011100 | 0 | 1010101 | 11000 | 1111101 | 1010110 | 101001 |
Color Harmonies of #0FC21D
Complementary color
Monochromatic Colors of #0FC21D
Black with #0FC21D
Text Example
Text Example
White with #0FC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC21D; }
p { color: rgb(15,194,29); }
H1.HeaderClassName
{
color: #0FC21D;
}
.AnyTagClassName
{
color: #0FC21D;
}
</style>
background-color css
<style>
a { background-color: #0FC21D; }
a { background-color: rgb(15,194,29); }
div.DivClassName
{
background-color: #0FC21D;
}
.BgClassName
{
background-color: #0FC21D;
}
</style>
border-color css
<style>
span { border-color: #0FC21D; }
span { border-color: rgb(15,194,29); }
td.TdClassName
{
border-color: #0FC21D;
}
.TagClassName
{
border-color: #0FC21D;
}
</style>