Shades of Forest Green #08A224
Tints of Forest Green #08A224
RGB
CMYK
RGB Variations
Color information
#08A224 (or 0x08A224) is known color: Forest Green. HEX triplet: 08, A2 and 24. RGB value is (8,162,36). Sum of RGB (Red+Green+Blue) = 8+162+36=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #08A224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A224 is #F75DDB. Grayscale: #656565. Windows color (decimal): -16211420 or 2400776. OLE color: 2400776.
HSL color Cylindrical-coordinate representation of color #08A224: hue angle of 130.91º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A224 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 162 | 36 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.36 |
| HSL | 130.91º | 0.91% | 0.33% | - |
| HSV(B) | 130.91º | 0.95% | 0.64% | - |
| XYZ | 13.34 | 26.02 | 5.99 | - |
| YUV | 101.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 162 | 36 | 0.95 | 0 | 0.78 | 0.36 | 130.91 | 0.91 | 0.33 |
| Hex | 8 | A2 | 24 | 5F | 0 | 4E | 24 | 83 | 5B | 21 |
| Octal | 10 | 242 | 44 | 137 | 0 | 116 | 44 | 203 | 133 | 41 |
| Binary | 1000 | 10100010 | 100100 | 1011111 | 0 | 1001110 | 100100 | 10000011 | 1011011 | 100001 |
Color Harmonies of #08A224
Complementary color
Monochromatic Colors of #08A224
Black with #08A224
Text Example
Text Example
White with #08A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A224; }
p { color: rgb(8,162,36); }
H1.HeaderClassName
{
color: #08A224;
}
.AnyTagClassName
{
color: #08A224;
}
</style>
background-color css
<style>
a { background-color: #08A224; }
a { background-color: rgb(8,162,36); }
div.DivClassName
{
background-color: #08A224;
}
.BgClassName
{
background-color: #08A224;
}
</style>
border-color css
<style>
span { border-color: #08A224; }
span { border-color: rgb(8,162,36); }
td.TdClassName
{
border-color: #08A224;
}
.TagClassName
{
border-color: #08A224;
}
</style>