Shades of Green #0A8509
Tints of Green #0A8509
RGB
CMYK
RGB Variations
Color information
#0A8509 (or 0x0A8509) is known color: Green. HEX triplet: 0A, 85 and 09. RGB value is (10,133,9). Sum of RGB (Red+Green+Blue) = 10+133+9=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8509 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8509 is #F57AF6. Grayscale: #525252. Windows color (decimal): -16087799 or 623882. OLE color: 623882.
HSL color Cylindrical-coordinate representation of color #0A8509: hue angle of 119.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8509 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 9 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.48 |
| HSL | 119.52º | 0.87% | 0.28% | - |
| HSV(B) | 119.52º | 0.93% | 0.52% | - |
| XYZ | 8.56 | 16.86 | 3.06 | - |
| YUV | 82.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 9 | 0.92 | 0 | 0.93 | 0.48 | 119.52 | 0.87 | 0.28 |
| Hex | A | 85 | 9 | 5C | 0 | 5D | 30 | 78 | 57 | 1C |
| Octal | 12 | 205 | 11 | 134 | 0 | 135 | 60 | 170 | 127 | 34 |
| Binary | 1010 | 10000101 | 1001 | 1011100 | 0 | 1011101 | 110000 | 1111000 | 1010111 | 11100 |
Color Harmonies of #0A8509
Complementary color
Monochromatic Colors of #0A8509
Black with #0A8509
Text Example
Text Example
White with #0A8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8509; }
p { color: rgb(10,133,9); }
H1.HeaderClassName
{
color: #0A8509;
}
.AnyTagClassName
{
color: #0A8509;
}
</style>
background-color css
<style>
a { background-color: #0A8509; }
a { background-color: rgb(10,133,9); }
div.DivClassName
{
background-color: #0A8509;
}
.BgClassName
{
background-color: #0A8509;
}
</style>
border-color css
<style>
span { border-color: #0A8509; }
span { border-color: rgb(10,133,9); }
td.TdClassName
{
border-color: #0A8509;
}
.TagClassName
{
border-color: #0A8509;
}
</style>