Shades of Dark Pastel Green #0FC046
Tints of Dark Pastel Green #0FC046
RGB
CMYK
RGB Variations
Color information
#0FC046 (or 0x0FC046) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 46. RGB value is (15,192,70). Sum of RGB (Red+Green+Blue) = 15+192+70=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC046 is #F03FB9. Grayscale: #7D7D7D. Windows color (decimal): -15744954 or 4636687. OLE color: 4636687.
HSL color Cylindrical-coordinate representation of color #0FC046: hue angle of 138.64º 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 #0FC046 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 70 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.25 |
| HSL | 138.64º | 0.86% | 0.41% | - |
| HSV(B) | 138.64º | 0.92% | 0.75% | - |
| XYZ | 20.15 | 38.24 | 12.11 | - |
| YUV | 125.17 | 96.86 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 70 | 0.92 | 0 | 0.64 | 0.25 | 138.64 | 0.86 | 0.41 |
| Hex | F | C0 | 46 | 5C | 0 | 40 | 19 | 8B | 56 | 29 |
| Octal | 17 | 300 | 106 | 134 | 0 | 100 | 31 | 213 | 126 | 51 |
| Binary | 1111 | 11000000 | 1000110 | 1011100 | 0 | 1000000 | 11001 | 10001011 | 1010110 | 101001 |
Color Harmonies of #0FC046
Complementary color
Monochromatic Colors of #0FC046
Black with #0FC046
Text Example
Text Example
White with #0FC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC046; }
p { color: rgb(15,192,70); }
H1.HeaderClassName
{
color: #0FC046;
}
.AnyTagClassName
{
color: #0FC046;
}
</style>
background-color css
<style>
a { background-color: #0FC046; }
a { background-color: rgb(15,192,70); }
div.DivClassName
{
background-color: #0FC046;
}
.BgClassName
{
background-color: #0FC046;
}
</style>
border-color css
<style>
span { border-color: #0FC046; }
span { border-color: rgb(15,192,70); }
td.TdClassName
{
border-color: #0FC046;
}
.TagClassName
{
border-color: #0FC046;
}
</style>