Shades of Dark Pastel Green #0FAC3A
Tints of Dark Pastel Green #0FAC3A
RGB
CMYK
RGB Variations
Color information
#0FAC3A (or 0x0FAC3A) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 3A. RGB value is (15,172,58). Sum of RGB (Red+Green+Blue) = 15+172+58=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC3A is #F053C5. Grayscale: #707070. Windows color (decimal): -15750086 or 3845135. OLE color: 3845135.
HSL color Cylindrical-coordinate representation of color #0FAC3A: hue angle of 136.43º 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 #0FAC3A is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 58 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.33 |
| HSL | 136.43º | 0.84% | 0.37% | - |
| HSV(B) | 136.43º | 0.91% | 0.67% | - |
| XYZ | 15.71 | 29.91 | 8.95 | - |
| YUV | 112.06 | 97.49 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 58 | 0.91 | 0 | 0.66 | 0.33 | 136.43 | 0.84 | 0.37 |
| Hex | F | AC | 3A | 5B | 0 | 42 | 21 | 88 | 54 | 25 |
| Octal | 17 | 254 | 72 | 133 | 0 | 102 | 41 | 210 | 124 | 45 |
| Binary | 1111 | 10101100 | 111010 | 1011011 | 0 | 1000010 | 100001 | 10001000 | 1010100 | 100101 |
Color Harmonies of #0FAC3A
Complementary color
Monochromatic Colors of #0FAC3A
Black with #0FAC3A
Text Example
Text Example
White with #0FAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC3A; }
p { color: rgb(15,172,58); }
H1.HeaderClassName
{
color: #0FAC3A;
}
.AnyTagClassName
{
color: #0FAC3A;
}
</style>
background-color css
<style>
a { background-color: #0FAC3A; }
a { background-color: rgb(15,172,58); }
div.DivClassName
{
background-color: #0FAC3A;
}
.BgClassName
{
background-color: #0FAC3A;
}
</style>
border-color css
<style>
span { border-color: #0FAC3A; }
span { border-color: rgb(15,172,58); }
td.TdClassName
{
border-color: #0FAC3A;
}
.TagClassName
{
border-color: #0FAC3A;
}
</style>