Shades of Forest Green #0A912D
Tints of Forest Green #0A912D
RGB
CMYK
RGB Variations
Color information
#0A912D (or 0x0A912D) is known color: Forest Green. HEX triplet: 0A, 91 and 2D. RGB value is (10,145,45). Sum of RGB (Red+Green+Blue) = 10+145+45=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #0A912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A912D is #F56ED2. Grayscale: #5D5D5D. Windows color (decimal): -16084691 or 2986250. OLE color: 2986250.
HSL color Cylindrical-coordinate representation of color #0A912D: hue angle of 135.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A912D is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 145 | 45 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.43 |
| HSL | 135.56º | 0.87% | 0.3% | - |
| HSV(B) | 135.56º | 0.93% | 0.57% | - |
| XYZ | 10.72 | 20.5 | 5.88 | - |
| YUV | 93.24 | 100.77 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 45 | 0.93 | 0 | 0.69 | 0.43 | 135.56 | 0.87 | 0.3 |
| Hex | A | 91 | 2D | 5D | 0 | 45 | 2B | 88 | 57 | 1E |
| Octal | 12 | 221 | 55 | 135 | 0 | 105 | 53 | 210 | 127 | 36 |
| Binary | 1010 | 10010001 | 101101 | 1011101 | 0 | 1000101 | 101011 | 10001000 | 1010111 | 11110 |
Color Harmonies of #0A912D
Complementary color
Monochromatic Colors of #0A912D
Black with #0A912D
Text Example
Text Example
White with #0A912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A912D; }
p { color: rgb(10,145,45); }
H1.HeaderClassName
{
color: #0A912D;
}
.AnyTagClassName
{
color: #0A912D;
}
</style>
background-color css
<style>
a { background-color: #0A912D; }
a { background-color: rgb(10,145,45); }
div.DivClassName
{
background-color: #0A912D;
}
.BgClassName
{
background-color: #0A912D;
}
</style>
border-color css
<style>
span { border-color: #0A912D; }
span { border-color: rgb(10,145,45); }
td.TdClassName
{
border-color: #0A912D;
}
.TagClassName
{
border-color: #0A912D;
}
</style>