Shades of Dark Pastel Green #0FC72C
Tints of Dark Pastel Green #0FC72C
RGB
CMYK
RGB Variations
Color information
#0FC72C (or 0x0FC72C) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 2C. RGB value is (15,199,44). Sum of RGB (Red+Green+Blue) = 15+199+44=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 199 (78.12% from 255 or 77.13% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC72C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC72C is #F038D3. Grayscale: #7E7E7E. Windows color (decimal): -15743188 or 2934543. OLE color: 2934543.
HSL color Cylindrical-coordinate representation of color #0FC72C: hue angle of 129.46º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC72C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 44 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.22 |
| HSL | 129.46º | 0.86% | 0.42% | - |
| HSV(B) | 129.46º | 0.92% | 0.78% | - |
| XYZ | 21.08 | 41.13 | 9.21 | - |
| YUV | 126.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 44 | 0.92 | 0 | 0.78 | 0.22 | 129.46 | 0.86 | 0.42 |
| Hex | F | C7 | 2C | 5C | 0 | 4E | 16 | 81 | 56 | 2A |
| Octal | 17 | 307 | 54 | 134 | 0 | 116 | 26 | 201 | 126 | 52 |
| Binary | 1111 | 11000111 | 101100 | 1011100 | 0 | 1001110 | 10110 | 10000001 | 1010110 | 101010 |
Color Harmonies of #0FC72C
Complementary color
Monochromatic Colors of #0FC72C
Black with #0FC72C
Text Example
Text Example
White with #0FC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC72C; }
p { color: rgb(15,199,44); }
H1.HeaderClassName
{
color: #0FC72C;
}
.AnyTagClassName
{
color: #0FC72C;
}
</style>
background-color css
<style>
a { background-color: #0FC72C; }
a { background-color: rgb(15,199,44); }
div.DivClassName
{
background-color: #0FC72C;
}
.BgClassName
{
background-color: #0FC72C;
}
</style>
border-color css
<style>
span { border-color: #0FC72C; }
span { border-color: rgb(15,199,44); }
td.TdClassName
{
border-color: #0FC72C;
}
.TagClassName
{
border-color: #0FC72C;
}
</style>