Shades of Forest Green #0A922C
Tints of Forest Green #0A922C
RGB
CMYK
RGB Variations
Color information
#0A922C (or 0x0A922C) is known color: Forest Green. HEX triplet: 0A, 92 and 2C. RGB value is (10,146,44). Sum of RGB (Red+Green+Blue) = 10+146+44=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #0A922C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A922C is #F56DD3. Grayscale: #5D5D5D. Windows color (decimal): -16084436 or 2920970. OLE color: 2920970.
HSL color Cylindrical-coordinate representation of color #0A922C: hue angle of 135º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A922C is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 146 | 44 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.43 |
| HSL | 135º | 0.87% | 0.31% | - |
| HSV(B) | 135º | 0.93% | 0.57% | - |
| XYZ | 10.86 | 20.8 | 5.83 | - |
| YUV | 93.71 | 99.94 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 146 | 44 | 0.93 | 0 | 0.70 | 0.43 | 135 | 0.87 | 0.31 |
| Hex | A | 92 | 2C | 5D | 0 | 46 | 2B | 87 | 57 | 1F |
| Octal | 12 | 222 | 54 | 135 | 0 | 106 | 53 | 207 | 127 | 37 |
| Binary | 1010 | 10010010 | 101100 | 1011101 | 0 | 1000110 | 101011 | 10000111 | 1010111 | 11111 |
Color Harmonies of #0A922C
Complementary color
Monochromatic Colors of #0A922C
Black with #0A922C
Text Example
Text Example
White with #0A922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A922C; }
p { color: rgb(10,146,44); }
H1.HeaderClassName
{
color: #0A922C;
}
.AnyTagClassName
{
color: #0A922C;
}
</style>
background-color css
<style>
a { background-color: #0A922C; }
a { background-color: rgb(10,146,44); }
div.DivClassName
{
background-color: #0A922C;
}
.BgClassName
{
background-color: #0A922C;
}
</style>
border-color css
<style>
span { border-color: #0A922C; }
span { border-color: rgb(10,146,44); }
td.TdClassName
{
border-color: #0A922C;
}
.TagClassName
{
border-color: #0A922C;
}
</style>