Shades of Green #0A810B
Tints of Green #0A810B
RGB
CMYK
RGB Variations
Color information
#0A810B (or 0x0A810B) is known color: Green. HEX triplet: 0A, 81 and 0B. RGB value is (10,129,11). Sum of RGB (Red+Green+Blue) = 10+129+11=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 129 (50.78% from 255 or 86% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 129 - color contains mainly: green. Hex color #0A810B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A810B is #F57EF4. Grayscale: #505050. Windows color (decimal): -16088821 or 753930. OLE color: 753930.
HSL color Cylindrical-coordinate representation of color #0A810B: hue angle of 120.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A810B is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 11 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.49 |
| HSL | 120.5º | 0.86% | 0.27% | - |
| HSV(B) | 120.5º | 0.92% | 0.51% | - |
| XYZ | 8.04 | 15.79 | 2.94 | - |
| YUV | 79.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 11 | 0.92 | 0 | 0.91 | 0.49 | 120.5 | 0.86 | 0.27 |
| Hex | A | 81 | B | 5C | 0 | 5B | 31 | 79 | 56 | 1B |
| Octal | 12 | 201 | 13 | 134 | 0 | 133 | 61 | 171 | 126 | 33 |
| Binary | 1010 | 10000001 | 1011 | 1011100 | 0 | 1011011 | 110001 | 1111001 | 1010110 | 11011 |
Color Harmonies of #0A810B
Complementary color
Monochromatic Colors of #0A810B
Black with #0A810B
Text Example
Text Example
White with #0A810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A810B; }
p { color: rgb(10,129,11); }
H1.HeaderClassName
{
color: #0A810B;
}
.AnyTagClassName
{
color: #0A810B;
}
</style>
background-color css
<style>
a { background-color: #0A810B; }
a { background-color: rgb(10,129,11); }
div.DivClassName
{
background-color: #0A810B;
}
.BgClassName
{
background-color: #0A810B;
}
</style>
border-color css
<style>
span { border-color: #0A810B; }
span { border-color: rgb(10,129,11); }
td.TdClassName
{
border-color: #0A810B;
}
.TagClassName
{
border-color: #0A810B;
}
</style>