Shades of Green #0A6010
Tints of Green #0A6010
RGB
CMYK
RGB Variations
Color information
#0A6010 (or 0x0A6010) is known color: Green. HEX triplet: 0A, 60 and 10. RGB value is (10,96,16). Sum of RGB (Red+Green+Blue) = 10+96+16=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6010 is #F59FEF. Grayscale: #3D3D3D. Windows color (decimal): -16097264 or 1073162. OLE color: 1073162.
HSL color Cylindrical-coordinate representation of color #0A6010: hue angle of 124.19º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6010 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 96 | 16 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.62 |
| HSL | 124.19º | 0.81% | 0.21% | - |
| HSV(B) | 124.19º | 0.9% | 0.38% | - |
| XYZ | 4.4 | 8.47 | 1.89 | - |
| YUV | 61.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 16 | 0.90 | 0 | 0.83 | 0.62 | 124.19 | 0.81 | 0.21 |
| Hex | A | 60 | 10 | 5A | 0 | 53 | 3E | 7C | 51 | 15 |
| Octal | 12 | 140 | 20 | 132 | 0 | 123 | 76 | 174 | 121 | 25 |
| Binary | 1010 | 1100000 | 10000 | 1011010 | 0 | 1010011 | 111110 | 1111100 | 1010001 | 10101 |
Color Harmonies of #0A6010
Complementary color
Monochromatic Colors of #0A6010
Black with #0A6010
Text Example
Text Example
White with #0A6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6010; }
p { color: rgb(10,96,16); }
H1.HeaderClassName
{
color: #0A6010;
}
.AnyTagClassName
{
color: #0A6010;
}
</style>
background-color css
<style>
a { background-color: #0A6010; }
a { background-color: rgb(10,96,16); }
div.DivClassName
{
background-color: #0A6010;
}
.BgClassName
{
background-color: #0A6010;
}
</style>
border-color css
<style>
span { border-color: #0A6010; }
span { border-color: rgb(10,96,16); }
td.TdClassName
{
border-color: #0A6010;
}
.TagClassName
{
border-color: #0A6010;
}
</style>