Shades of Dark Pastel Green #0FC150
Tints of Dark Pastel Green #0FC150
RGB
CMYK
RGB Variations
Color information
#0FC150 (or 0x0FC150) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 50. RGB value is (15,193,80). Sum of RGB (Red+Green+Blue) = 15+193+80=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC150 is #F03EAF. Grayscale: #7F7F7F. Windows color (decimal): -15744688 or 5292303. OLE color: 5292303.
HSL color Cylindrical-coordinate representation of color #0FC150: hue angle of 141.91º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC150 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 80 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.24 |
| HSL | 141.91º | 0.86% | 0.41% | - |
| HSV(B) | 141.91º | 0.92% | 0.76% | - |
| XYZ | 20.71 | 38.82 | 13.99 | - |
| YUV | 126.9 | 101.53 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 80 | 0.92 | 0 | 0.59 | 0.24 | 141.91 | 0.86 | 0.41 |
| Hex | F | C1 | 50 | 5C | 0 | 3B | 18 | 8E | 56 | 29 |
| Octal | 17 | 301 | 120 | 134 | 0 | 73 | 30 | 216 | 126 | 51 |
| Binary | 1111 | 11000001 | 1010000 | 1011100 | 0 | 111011 | 11000 | 10001110 | 1010110 | 101001 |
Color Harmonies of #0FC150
Complementary color
Monochromatic Colors of #0FC150
Black with #0FC150
Text Example
Text Example
White with #0FC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC150; }
p { color: rgb(15,193,80); }
H1.HeaderClassName
{
color: #0FC150;
}
.AnyTagClassName
{
color: #0FC150;
}
</style>
background-color css
<style>
a { background-color: #0FC150; }
a { background-color: rgb(15,193,80); }
div.DivClassName
{
background-color: #0FC150;
}
.BgClassName
{
background-color: #0FC150;
}
</style>
border-color css
<style>
span { border-color: #0FC150; }
span { border-color: rgb(15,193,80); }
td.TdClassName
{
border-color: #0FC150;
}
.TagClassName
{
border-color: #0FC150;
}
</style>