Shades of Dark Pastel Green #0FAC36
Tints of Dark Pastel Green #0FAC36
RGB
CMYK
RGB Variations
Color information
#0FAC36 (or 0x0FAC36) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 36. RGB value is (15,172,54). Sum of RGB (Red+Green+Blue) = 15+172+54=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 172 (67.58% from 255 or 71.37% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC36 is #F053C9. Grayscale: #6F6F6F. Windows color (decimal): -15750090 or 3582991. OLE color: 3582991.
HSL color Cylindrical-coordinate representation of color #0FAC36: hue angle of 134.9º 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 #0FAC36 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 54 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.33 |
| HSL | 134.9º | 0.84% | 0.37% | - |
| HSV(B) | 134.9º | 0.91% | 0.67% | - |
| XYZ | 15.62 | 29.87 | 8.43 | - |
| YUV | 111.61 | 95.49 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 54 | 0.91 | 0 | 0.69 | 0.33 | 134.9 | 0.84 | 0.37 |
| Hex | F | AC | 36 | 5B | 0 | 45 | 21 | 87 | 54 | 25 |
| Octal | 17 | 254 | 66 | 133 | 0 | 105 | 41 | 207 | 124 | 45 |
| Binary | 1111 | 10101100 | 110110 | 1011011 | 0 | 1000101 | 100001 | 10000111 | 1010100 | 100101 |
Color Harmonies of #0FAC36
Complementary color
Monochromatic Colors of #0FAC36
Black with #0FAC36
Text Example
Text Example
White with #0FAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC36; }
p { color: rgb(15,172,54); }
H1.HeaderClassName
{
color: #0FAC36;
}
.AnyTagClassName
{
color: #0FAC36;
}
</style>
background-color css
<style>
a { background-color: #0FAC36; }
a { background-color: rgb(15,172,54); }
div.DivClassName
{
background-color: #0FAC36;
}
.BgClassName
{
background-color: #0FAC36;
}
</style>
border-color css
<style>
span { border-color: #0FAC36; }
span { border-color: rgb(15,172,54); }
td.TdClassName
{
border-color: #0FAC36;
}
.TagClassName
{
border-color: #0FAC36;
}
</style>