Shades of Dark Pastel Green #0FC131
Tints of Dark Pastel Green #0FC131
RGB
CMYK
RGB Variations
Color information
#0FC131 (or 0x0FC131) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 31. RGB value is (15,193,49). Sum of RGB (Red+Green+Blue) = 15+193+49=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC131 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC131 is #F03ECE. Grayscale: #7B7B7B. Windows color (decimal): -15744719 or 3260687. OLE color: 3260687.
HSL color Cylindrical-coordinate representation of color #0FC131: hue angle of 131.46º 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 #0FC131 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 49 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.24 |
| HSL | 131.46º | 0.86% | 0.41% | - |
| HSV(B) | 131.46º | 0.92% | 0.76% | - |
| XYZ | 19.82 | 38.46 | 9.29 | - |
| YUV | 123.36 | 86.03 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 49 | 0.92 | 0 | 0.75 | 0.24 | 131.46 | 0.86 | 0.41 |
| Hex | F | C1 | 31 | 5C | 0 | 4B | 18 | 83 | 56 | 29 |
| Octal | 17 | 301 | 61 | 134 | 0 | 113 | 30 | 203 | 126 | 51 |
| Binary | 1111 | 11000001 | 110001 | 1011100 | 0 | 1001011 | 11000 | 10000011 | 1010110 | 101001 |
Color Harmonies of #0FC131
Complementary color
Monochromatic Colors of #0FC131
Black with #0FC131
Text Example
Text Example
White with #0FC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC131; }
p { color: rgb(15,193,49); }
H1.HeaderClassName
{
color: #0FC131;
}
.AnyTagClassName
{
color: #0FC131;
}
</style>
background-color css
<style>
a { background-color: #0FC131; }
a { background-color: rgb(15,193,49); }
div.DivClassName
{
background-color: #0FC131;
}
.BgClassName
{
background-color: #0FC131;
}
</style>
border-color css
<style>
span { border-color: #0FC131; }
span { border-color: rgb(15,193,49); }
td.TdClassName
{
border-color: #0FC131;
}
.TagClassName
{
border-color: #0FC131;
}
</style>