Shades of Dark Pastel Green #0FC719
Tints of Dark Pastel Green #0FC719
RGB
CMYK
RGB Variations
Color information
#0FC719 (or 0x0FC719) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 19. RGB value is (15,199,25). Sum of RGB (Red+Green+Blue) = 15+199+25=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 199 (78.12% from 255 or 83.26% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC719 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC719 is #F038E6. Grayscale: #7C7C7C. Windows color (decimal): -15743207 or 1689359. OLE color: 1689359.
HSL color Cylindrical-coordinate representation of color #0FC719: hue angle of 123.26º 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 #0FC719 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 25 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.22 |
| HSL | 123.26º | 0.86% | 0.42% | - |
| HSV(B) | 123.26º | 0.92% | 0.78% | - |
| XYZ | 20.8 | 41.02 | 7.74 | - |
| YUV | 124.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 25 | 0.92 | 0 | 0.87 | 0.22 | 123.26 | 0.86 | 0.42 |
| Hex | F | C7 | 19 | 5C | 0 | 57 | 16 | 7B | 56 | 2A |
| Octal | 17 | 307 | 31 | 134 | 0 | 127 | 26 | 173 | 126 | 52 |
| Binary | 1111 | 11000111 | 11001 | 1011100 | 0 | 1010111 | 10110 | 1111011 | 1010110 | 101010 |
Color Harmonies of #0FC719
Complementary color
Monochromatic Colors of #0FC719
Black with #0FC719
Text Example
Text Example
White with #0FC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC719; }
p { color: rgb(15,199,25); }
H1.HeaderClassName
{
color: #0FC719;
}
.AnyTagClassName
{
color: #0FC719;
}
</style>
background-color css
<style>
a { background-color: #0FC719; }
a { background-color: rgb(15,199,25); }
div.DivClassName
{
background-color: #0FC719;
}
.BgClassName
{
background-color: #0FC719;
}
</style>
border-color css
<style>
span { border-color: #0FC719; }
span { border-color: rgb(15,199,25); }
td.TdClassName
{
border-color: #0FC719;
}
.TagClassName
{
border-color: #0FC719;
}
</style>