Shades of Dark Pastel Green #0FC316
Tints of Dark Pastel Green #0FC316
RGB
CMYK
RGB Variations
Color information
#0FC316 (or 0x0FC316) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 16. RGB value is (15,195,22). Sum of RGB (Red+Green+Blue) = 15+195+22=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC316 is #F03CE9. Grayscale: #797979. Windows color (decimal): -15744234 or 1491727. OLE color: 1491727.
HSL color Cylindrical-coordinate representation of color #0FC316: hue angle of 122.33º 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 #0FC316 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.24 |
| HSL | 122.33º | 0.86% | 0.41% | - |
| HSV(B) | 122.33º | 0.92% | 0.76% | - |
| XYZ | 19.86 | 39.19 | 7.28 | - |
| YUV | 121.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 22 | 0.92 | 0 | 0.89 | 0.24 | 122.33 | 0.86 | 0.41 |
| Hex | F | C3 | 16 | 5C | 0 | 59 | 18 | 7A | 56 | 29 |
| Octal | 17 | 303 | 26 | 134 | 0 | 131 | 30 | 172 | 126 | 51 |
| Binary | 1111 | 11000011 | 10110 | 1011100 | 0 | 1011001 | 11000 | 1111010 | 1010110 | 101001 |
Color Harmonies of #0FC316
Complementary color
Monochromatic Colors of #0FC316
Black with #0FC316
Text Example
Text Example
White with #0FC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC316; }
p { color: rgb(15,195,22); }
H1.HeaderClassName
{
color: #0FC316;
}
.AnyTagClassName
{
color: #0FC316;
}
</style>
background-color css
<style>
a { background-color: #0FC316; }
a { background-color: rgb(15,195,22); }
div.DivClassName
{
background-color: #0FC316;
}
.BgClassName
{
background-color: #0FC316;
}
</style>
border-color css
<style>
span { border-color: #0FC316; }
span { border-color: rgb(15,195,22); }
td.TdClassName
{
border-color: #0FC316;
}
.TagClassName
{
border-color: #0FC316;
}
</style>