Shades of Dark Pastel Green #0FC139
Tints of Dark Pastel Green #0FC139
RGB
CMYK
RGB Variations
Color information
#0FC139 (or 0x0FC139) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 39. RGB value is (15,193,57). Sum of RGB (Red+Green+Blue) = 15+193+57=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC139 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC139 is #F03EC6. Grayscale: #7C7C7C. Windows color (decimal): -15744711 or 3784975. OLE color: 3784975.
HSL color Cylindrical-coordinate representation of color #0FC139: hue angle of 134.16º 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 #0FC139 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 57 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.24 |
| HSL | 134.16º | 0.86% | 0.41% | - |
| HSV(B) | 134.16º | 0.92% | 0.76% | - |
| XYZ | 20.01 | 38.54 | 10.25 | - |
| YUV | 124.27 | 90.03 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 57 | 0.92 | 0 | 0.70 | 0.24 | 134.16 | 0.86 | 0.41 |
| Hex | F | C1 | 39 | 5C | 0 | 46 | 18 | 86 | 56 | 29 |
| Octal | 17 | 301 | 71 | 134 | 0 | 106 | 30 | 206 | 126 | 51 |
| Binary | 1111 | 11000001 | 111001 | 1011100 | 0 | 1000110 | 11000 | 10000110 | 1010110 | 101001 |
Color Harmonies of #0FC139
Complementary color
Monochromatic Colors of #0FC139
Black with #0FC139
Text Example
Text Example
White with #0FC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC139; }
p { color: rgb(15,193,57); }
H1.HeaderClassName
{
color: #0FC139;
}
.AnyTagClassName
{
color: #0FC139;
}
</style>
background-color css
<style>
a { background-color: #0FC139; }
a { background-color: rgb(15,193,57); }
div.DivClassName
{
background-color: #0FC139;
}
.BgClassName
{
background-color: #0FC139;
}
</style>
border-color css
<style>
span { border-color: #0FC139; }
span { border-color: rgb(15,193,57); }
td.TdClassName
{
border-color: #0FC139;
}
.TagClassName
{
border-color: #0FC139;
}
</style>