Shades of Green #0A6500
Tints of Green #0A6500
RGB
CMYK
RGB Variations
Color information
#0A6500 (or 0x0A6500) is known color: Green. HEX triplet: 0A, 65 and 00. RGB value is (10,101,0). Sum of RGB (Red+Green+Blue) = 10+101+0=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 101 (39.84% from 255 or 90.99% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 101 - color contains mainly: green. Hex color #0A6500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6500 is #F59AFF. Grayscale: #3E3E3E. Windows color (decimal): -16096000 or 25866. OLE color: 25866.
HSL color Cylindrical-coordinate representation of color #0A6500: hue angle of 114.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A6500 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.60 |
| HSL | 114.06º | 1% | 0.2% | - |
| HSV(B) | 114.06º | 1% | 0.4% | - |
| XYZ | 4.78 | 9.37 | 1.56 | - |
| YUV | 62.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 0 | 0.90 | 0 | 1 | 0.60 | 114.06 | 1 | 0.2 |
| Hex | A | 65 | 0 | 5A | 0 | 64 | 3C | 72 | 64 | 14 |
| Octal | 12 | 145 | 0 | 132 | 0 | 144 | 74 | 162 | 144 | 24 |
| Binary | 1010 | 1100101 | 0 | 1011010 | 0 | 1100100 | 111100 | 1110010 | 1100100 | 10100 |
Color Harmonies of #0A6500
Complementary color
Monochromatic Colors of #0A6500
Black with #0A6500
Text Example
Text Example
White with #0A6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6500; }
p { color: rgb(10,101,0); }
H1.HeaderClassName
{
color: #0A6500;
}
.AnyTagClassName
{
color: #0A6500;
}
</style>
background-color css
<style>
a { background-color: #0A6500; }
a { background-color: rgb(10,101,0); }
div.DivClassName
{
background-color: #0A6500;
}
.BgClassName
{
background-color: #0A6500;
}
</style>
border-color css
<style>
span { border-color: #0A6500; }
span { border-color: rgb(10,101,0); }
td.TdClassName
{
border-color: #0A6500;
}
.TagClassName
{
border-color: #0A6500;
}
</style>