Shades of Dark Pastel Green #0FAC24
Tints of Dark Pastel Green #0FAC24
RGB
CMYK
RGB Variations
Color information
#0FAC24 (or 0x0FAC24) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 24. RGB value is (15,172,36). Sum of RGB (Red+Green+Blue) = 15+172+36=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC24 is #F053DB. Grayscale: #6D6D6D. Windows color (decimal): -15750108 or 2403343. OLE color: 2403343.
HSL color Cylindrical-coordinate representation of color #0FAC24: hue angle of 128.03º 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 #0FAC24 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 36 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.33 |
| HSL | 128.03º | 0.84% | 0.37% | - |
| HSV(B) | 128.03º | 0.91% | 0.67% | - |
| XYZ | 15.27 | 29.73 | 6.6 | - |
| YUV | 109.55 | 86.49 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 36 | 0.91 | 0 | 0.79 | 0.33 | 128.03 | 0.84 | 0.37 |
| Hex | F | AC | 24 | 5B | 0 | 4F | 21 | 80 | 54 | 25 |
| Octal | 17 | 254 | 44 | 133 | 0 | 117 | 41 | 200 | 124 | 45 |
| Binary | 1111 | 10101100 | 100100 | 1011011 | 0 | 1001111 | 100001 | 10000000 | 1010100 | 100101 |
Color Harmonies of #0FAC24
Complementary color
Monochromatic Colors of #0FAC24
Black with #0FAC24
Text Example
Text Example
White with #0FAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC24; }
p { color: rgb(15,172,36); }
H1.HeaderClassName
{
color: #0FAC24;
}
.AnyTagClassName
{
color: #0FAC24;
}
</style>
background-color css
<style>
a { background-color: #0FAC24; }
a { background-color: rgb(15,172,36); }
div.DivClassName
{
background-color: #0FAC24;
}
.BgClassName
{
background-color: #0FAC24;
}
</style>
border-color css
<style>
span { border-color: #0FAC24; }
span { border-color: rgb(15,172,36); }
td.TdClassName
{
border-color: #0FAC24;
}
.TagClassName
{
border-color: #0FAC24;
}
</style>