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