Shades of Dark Pastel Green #0FAC28
Tints of Dark Pastel Green #0FAC28
RGB
CMYK
RGB Variations
Color information
#0FAC28 (or 0x0FAC28) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 28. RGB value is (15,172,40). Sum of RGB (Red+Green+Blue) = 15+172+40=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC28 is #F053D7. Grayscale: #6E6E6E. Windows color (decimal): -15750104 or 2665487. OLE color: 2665487.
HSL color Cylindrical-coordinate representation of color #0FAC28: hue angle of 129.55º 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 #0FAC28 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 40 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.33 |
| HSL | 129.55º | 0.84% | 0.37% | - |
| HSV(B) | 129.55º | 0.91% | 0.67% | - |
| XYZ | 15.33 | 29.76 | 6.94 | - |
| YUV | 110.01 | 88.49 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 40 | 0.91 | 0 | 0.77 | 0.33 | 129.55 | 0.84 | 0.37 |
| Hex | F | AC | 28 | 5B | 0 | 4D | 21 | 82 | 54 | 25 |
| Octal | 17 | 254 | 50 | 133 | 0 | 115 | 41 | 202 | 124 | 45 |
| Binary | 1111 | 10101100 | 101000 | 1011011 | 0 | 1001101 | 100001 | 10000010 | 1010100 | 100101 |
Color Harmonies of #0FAC28
Complementary color
Monochromatic Colors of #0FAC28
Black with #0FAC28
Text Example
Text Example
White with #0FAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC28; }
p { color: rgb(15,172,40); }
H1.HeaderClassName
{
color: #0FAC28;
}
.AnyTagClassName
{
color: #0FAC28;
}
</style>
background-color css
<style>
a { background-color: #0FAC28; }
a { background-color: rgb(15,172,40); }
div.DivClassName
{
background-color: #0FAC28;
}
.BgClassName
{
background-color: #0FAC28;
}
</style>
border-color css
<style>
span { border-color: #0FAC28; }
span { border-color: rgb(15,172,40); }
td.TdClassName
{
border-color: #0FAC28;
}
.TagClassName
{
border-color: #0FAC28;
}
</style>