Shades of Dark Pastel Green #0FAC25
Tints of Dark Pastel Green #0FAC25
RGB
CMYK
RGB Variations
Color information
#0FAC25 (or 0x0FAC25) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 25. RGB value is (15,172,37). Sum of RGB (Red+Green+Blue) = 15+172+37=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 172 (67.58% from 255 or 76.79% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC25 is #F053DA. Grayscale: #6E6E6E. Windows color (decimal): -15750107 or 2468879. OLE color: 2468879.
HSL color Cylindrical-coordinate representation of color #0FAC25: hue angle of 128.41º 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 #0FAC25 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 37 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.33 |
| HSL | 128.41º | 0.84% | 0.37% | - |
| HSV(B) | 128.41º | 0.91% | 0.67% | - |
| XYZ | 15.28 | 29.74 | 6.69 | - |
| YUV | 109.67 | 86.99 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 37 | 0.91 | 0 | 0.78 | 0.33 | 128.41 | 0.84 | 0.37 |
| Hex | F | AC | 25 | 5B | 0 | 4E | 21 | 80 | 54 | 25 |
| Octal | 17 | 254 | 45 | 133 | 0 | 116 | 41 | 200 | 124 | 45 |
| Binary | 1111 | 10101100 | 100101 | 1011011 | 0 | 1001110 | 100001 | 10000000 | 1010100 | 100101 |
Color Harmonies of #0FAC25
Complementary color
Monochromatic Colors of #0FAC25
Black with #0FAC25
Text Example
Text Example
White with #0FAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC25; }
p { color: rgb(15,172,37); }
H1.HeaderClassName
{
color: #0FAC25;
}
.AnyTagClassName
{
color: #0FAC25;
}
</style>
background-color css
<style>
a { background-color: #0FAC25; }
a { background-color: rgb(15,172,37); }
div.DivClassName
{
background-color: #0FAC25;
}
.BgClassName
{
background-color: #0FAC25;
}
</style>
border-color css
<style>
span { border-color: #0FAC25; }
span { border-color: rgb(15,172,37); }
td.TdClassName
{
border-color: #0FAC25;
}
.TagClassName
{
border-color: #0FAC25;
}
</style>