Shades of Dark Pastel Green #0FAC37
Tints of Dark Pastel Green #0FAC37
RGB
CMYK
RGB Variations
Color information
#0FAC37 (or 0x0FAC37) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 37. RGB value is (15,172,55). Sum of RGB (Red+Green+Blue) = 15+172+55=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC37 is #F053C8. Grayscale: #707070. Windows color (decimal): -15750089 or 3648527. OLE color: 3648527.
HSL color Cylindrical-coordinate representation of color #0FAC37: hue angle of 135.29º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC37 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 55 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.33 |
| HSL | 135.29º | 0.84% | 0.37% | - |
| HSV(B) | 135.29º | 0.91% | 0.67% | - |
| XYZ | 15.64 | 29.88 | 8.56 | - |
| YUV | 111.72 | 95.99 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 55 | 0.91 | 0 | 0.68 | 0.33 | 135.29 | 0.84 | 0.37 |
| Hex | F | AC | 37 | 5B | 0 | 44 | 21 | 87 | 54 | 25 |
| Octal | 17 | 254 | 67 | 133 | 0 | 104 | 41 | 207 | 124 | 45 |
| Binary | 1111 | 10101100 | 110111 | 1011011 | 0 | 1000100 | 100001 | 10000111 | 1010100 | 100101 |
Color Harmonies of #0FAC37
Complementary color
Monochromatic Colors of #0FAC37
Black with #0FAC37
Text Example
Text Example
White with #0FAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC37; }
p { color: rgb(15,172,55); }
H1.HeaderClassName
{
color: #0FAC37;
}
.AnyTagClassName
{
color: #0FAC37;
}
</style>
background-color css
<style>
a { background-color: #0FAC37; }
a { background-color: rgb(15,172,55); }
div.DivClassName
{
background-color: #0FAC37;
}
.BgClassName
{
background-color: #0FAC37;
}
</style>
border-color css
<style>
span { border-color: #0FAC37; }
span { border-color: rgb(15,172,55); }
td.TdClassName
{
border-color: #0FAC37;
}
.TagClassName
{
border-color: #0FAC37;
}
</style>