Shades of Dark Pastel Green #0FC044
Tints of Dark Pastel Green #0FC044
RGB
CMYK
RGB Variations
Color information
#0FC044 (or 0x0FC044) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 44. RGB value is (15,192,68). Sum of RGB (Red+Green+Blue) = 15+192+68=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC044 is #F03FBB. Grayscale: #7D7D7D. Windows color (decimal): -15744956 or 4505615. OLE color: 4505615.
HSL color Cylindrical-coordinate representation of color #0FC044: hue angle of 137.97º 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 #0FC044 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 68 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.25 |
| HSL | 137.97º | 0.86% | 0.41% | - |
| HSV(B) | 137.97º | 0.92% | 0.75% | - |
| XYZ | 20.09 | 38.22 | 11.79 | - |
| YUV | 124.94 | 95.86 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 68 | 0.92 | 0 | 0.65 | 0.25 | 137.97 | 0.86 | 0.41 |
| Hex | F | C0 | 44 | 5C | 0 | 41 | 19 | 8A | 56 | 29 |
| Octal | 17 | 300 | 104 | 134 | 0 | 101 | 31 | 212 | 126 | 51 |
| Binary | 1111 | 11000000 | 1000100 | 1011100 | 0 | 1000001 | 11001 | 10001010 | 1010110 | 101001 |
Color Harmonies of #0FC044
Complementary color
Monochromatic Colors of #0FC044
Black with #0FC044
Text Example
Text Example
White with #0FC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC044; }
p { color: rgb(15,192,68); }
H1.HeaderClassName
{
color: #0FC044;
}
.AnyTagClassName
{
color: #0FC044;
}
</style>
background-color css
<style>
a { background-color: #0FC044; }
a { background-color: rgb(15,192,68); }
div.DivClassName
{
background-color: #0FC044;
}
.BgClassName
{
background-color: #0FC044;
}
</style>
border-color css
<style>
span { border-color: #0FC044; }
span { border-color: rgb(15,192,68); }
td.TdClassName
{
border-color: #0FC044;
}
.TagClassName
{
border-color: #0FC044;
}
</style>