Shades of Forest Green #0FA622
Tints of Forest Green #0FA622
RGB
CMYK
RGB Variations
Color information
#0FA622 (or 0x0FA622) is known color: Forest Green. HEX triplet: 0F, A6 and 22. RGB value is (15,166,34). Sum of RGB (Red+Green+Blue) = 15+166+34=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 166 (65.23% from 255 or 77.21% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA622 is #F059DD. Grayscale: #6A6A6A. Windows color (decimal): -15751646 or 2270735. OLE color: 2270735.
HSL color Cylindrical-coordinate representation of color #0FA622: hue angle of 127.55º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA622 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 34 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.35 |
| HSL | 127.55º | 0.83% | 0.35% | - |
| HSV(B) | 127.55º | 0.91% | 0.65% | - |
| XYZ | 14.12 | 27.49 | 6.08 | - |
| YUV | 105.8 | 87.47 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 34 | 0.91 | 0 | 0.80 | 0.35 | 127.55 | 0.83 | 0.35 |
| Hex | F | A6 | 22 | 5B | 0 | 50 | 23 | 80 | 53 | 23 |
| Octal | 17 | 246 | 42 | 133 | 0 | 120 | 43 | 200 | 123 | 43 |
| Binary | 1111 | 10100110 | 100010 | 1011011 | 0 | 1010000 | 100011 | 10000000 | 1010011 | 100011 |
Color Harmonies of #0FA622
Complementary color
Monochromatic Colors of #0FA622
Black with #0FA622
Text Example
Text Example
White with #0FA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA622; }
p { color: rgb(15,166,34); }
H1.HeaderClassName
{
color: #0FA622;
}
.AnyTagClassName
{
color: #0FA622;
}
</style>
background-color css
<style>
a { background-color: #0FA622; }
a { background-color: rgb(15,166,34); }
div.DivClassName
{
background-color: #0FA622;
}
.BgClassName
{
background-color: #0FA622;
}
</style>
border-color css
<style>
span { border-color: #0FA622; }
span { border-color: rgb(15,166,34); }
td.TdClassName
{
border-color: #0FA622;
}
.TagClassName
{
border-color: #0FA622;
}
</style>