Shades of Dark Pastel Green #0FC718
Tints of Dark Pastel Green #0FC718
RGB
CMYK
RGB Variations
Color information
#0FC718 (or 0x0FC718) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 18. RGB value is (15,199,24). Sum of RGB (Red+Green+Blue) = 15+199+24=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC718 is #F038E7. Grayscale: #7C7C7C. Windows color (decimal): -15743208 or 1623823. OLE color: 1623823.
HSL color Cylindrical-coordinate representation of color #0FC718: hue angle of 122.93º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC718 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 24 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.22 |
| HSL | 122.93º | 0.86% | 0.42% | - |
| HSV(B) | 122.93º | 0.92% | 0.78% | - |
| XYZ | 20.79 | 41.01 | 7.69 | - |
| YUV | 124.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 24 | 0.92 | 0 | 0.88 | 0.22 | 122.93 | 0.86 | 0.42 |
| Hex | F | C7 | 18 | 5C | 0 | 58 | 16 | 7B | 56 | 2A |
| Octal | 17 | 307 | 30 | 134 | 0 | 130 | 26 | 173 | 126 | 52 |
| Binary | 1111 | 11000111 | 11000 | 1011100 | 0 | 1011000 | 10110 | 1111011 | 1010110 | 101010 |
Color Harmonies of #0FC718
Complementary color
Monochromatic Colors of #0FC718
Black with #0FC718
Text Example
Text Example
White with #0FC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC718; }
p { color: rgb(15,199,24); }
H1.HeaderClassName
{
color: #0FC718;
}
.AnyTagClassName
{
color: #0FC718;
}
</style>
background-color css
<style>
a { background-color: #0FC718; }
a { background-color: rgb(15,199,24); }
div.DivClassName
{
background-color: #0FC718;
}
.BgClassName
{
background-color: #0FC718;
}
</style>
border-color css
<style>
span { border-color: #0FC718; }
span { border-color: rgb(15,199,24); }
td.TdClassName
{
border-color: #0FC718;
}
.TagClassName
{
border-color: #0FC718;
}
</style>