Shades of Forest Green #0A912C
Tints of Forest Green #0A912C
RGB
CMYK
RGB Variations
Color information
#0A912C (or 0x0A912C) is known color: Forest Green. HEX triplet: 0A, 91 and 2C. RGB value is (10,145,44). Sum of RGB (Red+Green+Blue) = 10+145+44=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 145 (57.03% from 255 or 72.86% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 145 - color contains mainly: green. Hex color #0A912C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A912C is #F56ED3. Grayscale: #5D5D5D. Windows color (decimal): -16084692 or 2920714. OLE color: 2920714.
HSL color Cylindrical-coordinate representation of color #0A912C: hue angle of 135.11º 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 #0A912C is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 145 | 44 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.43 |
| HSL | 135.11º | 0.87% | 0.3% | - |
| HSV(B) | 135.11º | 0.93% | 0.57% | - |
| XYZ | 10.71 | 20.5 | 5.78 | - |
| YUV | 93.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 44 | 0.93 | 0 | 0.70 | 0.43 | 135.11 | 0.87 | 0.3 |
| Hex | A | 91 | 2C | 5D | 0 | 46 | 2B | 87 | 57 | 1E |
| Octal | 12 | 221 | 54 | 135 | 0 | 106 | 53 | 207 | 127 | 36 |
| Binary | 1010 | 10010001 | 101100 | 1011101 | 0 | 1000110 | 101011 | 10000111 | 1010111 | 11110 |
Color Harmonies of #0A912C
Complementary color
Monochromatic Colors of #0A912C
Black with #0A912C
Text Example
Text Example
White with #0A912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A912C; }
p { color: rgb(10,145,44); }
H1.HeaderClassName
{
color: #0A912C;
}
.AnyTagClassName
{
color: #0A912C;
}
</style>
background-color css
<style>
a { background-color: #0A912C; }
a { background-color: rgb(10,145,44); }
div.DivClassName
{
background-color: #0A912C;
}
.BgClassName
{
background-color: #0A912C;
}
</style>
border-color css
<style>
span { border-color: #0A912C; }
span { border-color: rgb(10,145,44); }
td.TdClassName
{
border-color: #0A912C;
}
.TagClassName
{
border-color: #0A912C;
}
</style>