Shades of Dark Pastel Green #0FC052
Tints of Dark Pastel Green #0FC052
RGB
CMYK
RGB Variations
Color information
#0FC052 (or 0x0FC052) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 52. RGB value is (15,192,82). Sum of RGB (Red+Green+Blue) = 15+192+82=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC052 is #F03FAD. Grayscale: #7E7E7E. Windows color (decimal): -15744942 or 5423119. OLE color: 5423119.
HSL color Cylindrical-coordinate representation of color #0FC052: hue angle of 142.71º 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 #0FC052 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 82 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.25 |
| HSL | 142.71º | 0.86% | 0.41% | - |
| HSV(B) | 142.71º | 0.92% | 0.75% | - |
| XYZ | 20.57 | 38.41 | 14.31 | - |
| YUV | 126.54 | 102.86 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 82 | 0.92 | 0 | 0.57 | 0.25 | 142.71 | 0.86 | 0.41 |
| Hex | F | C0 | 52 | 5C | 0 | 39 | 19 | 8F | 56 | 29 |
| Octal | 17 | 300 | 122 | 134 | 0 | 71 | 31 | 217 | 126 | 51 |
| Binary | 1111 | 11000000 | 1010010 | 1011100 | 0 | 111001 | 11001 | 10001111 | 1010110 | 101001 |
Color Harmonies of #0FC052
Complementary color
Monochromatic Colors of #0FC052
Black with #0FC052
Text Example
Text Example
White with #0FC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC052; }
p { color: rgb(15,192,82); }
H1.HeaderClassName
{
color: #0FC052;
}
.AnyTagClassName
{
color: #0FC052;
}
</style>
background-color css
<style>
a { background-color: #0FC052; }
a { background-color: rgb(15,192,82); }
div.DivClassName
{
background-color: #0FC052;
}
.BgClassName
{
background-color: #0FC052;
}
</style>
border-color css
<style>
span { border-color: #0FC052; }
span { border-color: rgb(15,192,82); }
td.TdClassName
{
border-color: #0FC052;
}
.TagClassName
{
border-color: #0FC052;
}
</style>