Shades of Dark Pastel Green #0FC037
Tints of Dark Pastel Green #0FC037
RGB
CMYK
RGB Variations
Color information
#0FC037 (or 0x0FC037) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 37. RGB value is (15,192,55). Sum of RGB (Red+Green+Blue) = 15+192+55=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC037 is #F03FC8. Grayscale: #7B7B7B. Windows color (decimal): -15744969 or 3653647. OLE color: 3653647.
HSL color Cylindrical-coordinate representation of color #0FC037: hue angle of 133.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC037 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 55 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.25 |
| HSL | 133.56º | 0.86% | 0.41% | - |
| HSV(B) | 133.56º | 0.92% | 0.75% | - |
| XYZ | 19.74 | 38.08 | 9.92 | - |
| YUV | 123.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 55 | 0.92 | 0 | 0.71 | 0.25 | 133.56 | 0.86 | 0.41 |
| Hex | F | C0 | 37 | 5C | 0 | 47 | 19 | 86 | 56 | 29 |
| Octal | 17 | 300 | 67 | 134 | 0 | 107 | 31 | 206 | 126 | 51 |
| Binary | 1111 | 11000000 | 110111 | 1011100 | 0 | 1000111 | 11001 | 10000110 | 1010110 | 101001 |
Color Harmonies of #0FC037
Complementary color
Monochromatic Colors of #0FC037
Black with #0FC037
Text Example
Text Example
White with #0FC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC037; }
p { color: rgb(15,192,55); }
H1.HeaderClassName
{
color: #0FC037;
}
.AnyTagClassName
{
color: #0FC037;
}
</style>
background-color css
<style>
a { background-color: #0FC037; }
a { background-color: rgb(15,192,55); }
div.DivClassName
{
background-color: #0FC037;
}
.BgClassName
{
background-color: #0FC037;
}
</style>
border-color css
<style>
span { border-color: #0FC037; }
span { border-color: rgb(15,192,55); }
td.TdClassName
{
border-color: #0FC037;
}
.TagClassName
{
border-color: #0FC037;
}
</style>