Shades of Dark Pastel Green #0FC519
Tints of Dark Pastel Green #0FC519
RGB
CMYK
RGB Variations
Color information
#0FC519 (or 0x0FC519) is known color: Dark Pastel Green. HEX triplet: 0F, C5 and 19. RGB value is (15,197,25). Sum of RGB (Red+Green+Blue) = 15+197+25=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 197 (77.34% from 255 or 83.12% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC519 is #F03AE6. Grayscale: #7B7B7B. Windows color (decimal): -15743719 or 1688847. OLE color: 1688847.
HSL color Cylindrical-coordinate representation of color #0FC519: hue angle of 123.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC519 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 25 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.23 |
| HSL | 123.3º | 0.86% | 0.42% | - |
| HSV(B) | 123.3º | 0.92% | 0.77% | - |
| XYZ | 20.34 | 40.1 | 7.59 | - |
| YUV | 122.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 25 | 0.92 | 0 | 0.87 | 0.23 | 123.3 | 0.86 | 0.42 |
| Hex | F | C5 | 19 | 5C | 0 | 57 | 17 | 7B | 56 | 2A |
| Octal | 17 | 305 | 31 | 134 | 0 | 127 | 27 | 173 | 126 | 52 |
| Binary | 1111 | 11000101 | 11001 | 1011100 | 0 | 1010111 | 10111 | 1111011 | 1010110 | 101010 |
Color Harmonies of #0FC519
Complementary color
Monochromatic Colors of #0FC519
Black with #0FC519
Text Example
Text Example
White with #0FC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC519; }
p { color: rgb(15,197,25); }
H1.HeaderClassName
{
color: #0FC519;
}
.AnyTagClassName
{
color: #0FC519;
}
</style>
background-color css
<style>
a { background-color: #0FC519; }
a { background-color: rgb(15,197,25); }
div.DivClassName
{
background-color: #0FC519;
}
.BgClassName
{
background-color: #0FC519;
}
</style>
border-color css
<style>
span { border-color: #0FC519; }
span { border-color: rgb(15,197,25); }
td.TdClassName
{
border-color: #0FC519;
}
.TagClassName
{
border-color: #0FC519;
}
</style>