Shades of Forest Green #08A122
Tints of Forest Green #08A122
RGB
CMYK
RGB Variations
Color information
#08A122 (or 0x08A122) is known color: Forest Green. HEX triplet: 08, A1 and 22. RGB value is (8,161,34). Sum of RGB (Red+Green+Blue) = 8+161+34=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 161 (63.28% from 255 or 79.31% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 161 - color contains mainly: green. Hex color #08A122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A122 is #F75EDD. Grayscale: #656565. Windows color (decimal): -16211678 or 2269448. OLE color: 2269448.
HSL color Cylindrical-coordinate representation of color #08A122: hue angle of 130.2º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A122 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 161 | 34 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.37 |
| HSL | 130.2º | 0.91% | 0.33% | - |
| HSV(B) | 130.2º | 0.95% | 0.63% | - |
| XYZ | 13.13 | 25.66 | 5.77 | - |
| YUV | 100.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 34 | 0.95 | 0 | 0.79 | 0.37 | 130.2 | 0.91 | 0.33 |
| Hex | 8 | A1 | 22 | 5F | 0 | 4F | 25 | 82 | 5B | 21 |
| Octal | 10 | 241 | 42 | 137 | 0 | 117 | 45 | 202 | 133 | 41 |
| Binary | 1000 | 10100001 | 100010 | 1011111 | 0 | 1001111 | 100101 | 10000010 | 1011011 | 100001 |
Color Harmonies of #08A122
Complementary color
Monochromatic Colors of #08A122
Black with #08A122
Text Example
Text Example
White with #08A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A122; }
p { color: rgb(8,161,34); }
H1.HeaderClassName
{
color: #08A122;
}
.AnyTagClassName
{
color: #08A122;
}
</style>
background-color css
<style>
a { background-color: #08A122; }
a { background-color: rgb(8,161,34); }
div.DivClassName
{
background-color: #08A122;
}
.BgClassName
{
background-color: #08A122;
}
</style>
border-color css
<style>
span { border-color: #08A122; }
span { border-color: rgb(8,161,34); }
td.TdClassName
{
border-color: #08A122;
}
.TagClassName
{
border-color: #08A122;
}
</style>