Shades of Forest Green #0A8627
Tints of Forest Green #0A8627
RGB
CMYK
RGB Variations
Color information
#0A8627 (or 0x0A8627) is known color: Forest Green. HEX triplet: 0A, 86 and 27. RGB value is (10,134,39). Sum of RGB (Red+Green+Blue) = 10+134+39=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 134 (52.73% from 255 or 73.22% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8627 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8627 is #F579D8. Grayscale: #565656. Windows color (decimal): -16087513 or 2590218. OLE color: 2590218.
HSL color Cylindrical-coordinate representation of color #0A8627: hue angle of 134.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8627 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 39 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.47 |
| HSL | 134.03º | 0.86% | 0.28% | - |
| HSV(B) | 134.03º | 0.93% | 0.53% | - |
| XYZ | 9.02 | 17.26 | 4.78 | - |
| YUV | 86.09 | 101.42 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 39 | 0.93 | 0 | 0.71 | 0.47 | 134.03 | 0.86 | 0.28 |
| Hex | A | 86 | 27 | 5D | 0 | 47 | 2F | 86 | 56 | 1C |
| Octal | 12 | 206 | 47 | 135 | 0 | 107 | 57 | 206 | 126 | 34 |
| Binary | 1010 | 10000110 | 100111 | 1011101 | 0 | 1000111 | 101111 | 10000110 | 1010110 | 11100 |
Color Harmonies of #0A8627
Complementary color
Monochromatic Colors of #0A8627
Black with #0A8627
Text Example
Text Example
White with #0A8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8627; }
p { color: rgb(10,134,39); }
H1.HeaderClassName
{
color: #0A8627;
}
.AnyTagClassName
{
color: #0A8627;
}
</style>
background-color css
<style>
a { background-color: #0A8627; }
a { background-color: rgb(10,134,39); }
div.DivClassName
{
background-color: #0A8627;
}
.BgClassName
{
background-color: #0A8627;
}
</style>
border-color css
<style>
span { border-color: #0A8627; }
span { border-color: rgb(10,134,39); }
td.TdClassName
{
border-color: #0A8627;
}
.TagClassName
{
border-color: #0A8627;
}
</style>