Shades of Dark Pastel Green #0FAC2D
Tints of Dark Pastel Green #0FAC2D
RGB
CMYK
RGB Variations
Color information
#0FAC2D (or 0x0FAC2D) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 2D. RGB value is (15,172,45). Sum of RGB (Red+Green+Blue) = 15+172+45=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC2D is #F053D2. Grayscale: #6E6E6E. Windows color (decimal): -15750099 or 2993167. OLE color: 2993167.
HSL color Cylindrical-coordinate representation of color #0FAC2D: hue angle of 131.46º 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 #0FAC2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 45 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.33 |
| HSL | 131.47º | 0.84% | 0.37% | - |
| HSV(B) | 131.47º | 0.91% | 0.67% | - |
| XYZ | 15.42 | 29.8 | 7.42 | - |
| YUV | 110.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 45 | 0.91 | 0 | 0.74 | 0.33 | 131.47 | 0.84 | 0.37 |
| Hex | F | AC | 2D | 5B | 0 | 4A | 21 | 83 | 54 | 25 |
| Octal | 17 | 254 | 55 | 133 | 0 | 112 | 41 | 203 | 124 | 45 |
| Binary | 1111 | 10101100 | 101101 | 1011011 | 0 | 1001010 | 100001 | 10000011 | 1010100 | 100101 |
Color Harmonies of #0FAC2D
Complementary color
Monochromatic Colors of #0FAC2D
Black with #0FAC2D
Text Example
Text Example
White with #0FAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC2D; }
p { color: rgb(15,172,45); }
H1.HeaderClassName
{
color: #0FAC2D;
}
.AnyTagClassName
{
color: #0FAC2D;
}
</style>
background-color css
<style>
a { background-color: #0FAC2D; }
a { background-color: rgb(15,172,45); }
div.DivClassName
{
background-color: #0FAC2D;
}
.BgClassName
{
background-color: #0FAC2D;
}
</style>
border-color css
<style>
span { border-color: #0FAC2D; }
span { border-color: rgb(15,172,45); }
td.TdClassName
{
border-color: #0FAC2D;
}
.TagClassName
{
border-color: #0FAC2D;
}
</style>