Shades of Dark Pastel Green #0FC21C
Tints of Dark Pastel Green #0FC21C
RGB
CMYK
RGB Variations
Color information
#0FC21C (or 0x0FC21C) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 1C. RGB value is (15,194,28). Sum of RGB (Red+Green+Blue) = 15+194+28=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC21C is #F03DE3. Grayscale: #7A7A7A. Windows color (decimal): -15744484 or 1884687. OLE color: 1884687.
HSL color Cylindrical-coordinate representation of color #0FC21C: hue angle of 124.36º 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 #0FC21C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 28 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.24 |
| HSL | 124.36º | 0.86% | 0.41% | - |
| HSV(B) | 124.36º | 0.92% | 0.76% | - |
| XYZ | 19.7 | 38.77 | 7.54 | - |
| YUV | 121.56 | 75.2 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 28 | 0.92 | 0 | 0.86 | 0.24 | 124.36 | 0.86 | 0.41 |
| Hex | F | C2 | 1C | 5C | 0 | 56 | 18 | 7C | 56 | 29 |
| Octal | 17 | 302 | 34 | 134 | 0 | 126 | 30 | 174 | 126 | 51 |
| Binary | 1111 | 11000010 | 11100 | 1011100 | 0 | 1010110 | 11000 | 1111100 | 1010110 | 101001 |
Color Harmonies of #0FC21C
Complementary color
Monochromatic Colors of #0FC21C
Black with #0FC21C
Text Example
Text Example
White with #0FC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC21C; }
p { color: rgb(15,194,28); }
H1.HeaderClassName
{
color: #0FC21C;
}
.AnyTagClassName
{
color: #0FC21C;
}
</style>
background-color css
<style>
a { background-color: #0FC21C; }
a { background-color: rgb(15,194,28); }
div.DivClassName
{
background-color: #0FC21C;
}
.BgClassName
{
background-color: #0FC21C;
}
</style>
border-color css
<style>
span { border-color: #0FC21C; }
span { border-color: rgb(15,194,28); }
td.TdClassName
{
border-color: #0FC21C;
}
.TagClassName
{
border-color: #0FC21C;
}
</style>