Shades of Green #0A6D1A
Tints of Green #0A6D1A
RGB
CMYK
RGB Variations
Color information
#0A6D1A (or 0x0A6D1A) is known color: Green. HEX triplet: 0A, 6D and 1A. RGB value is (10,109,26). Sum of RGB (Red+Green+Blue) = 10+109+26=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D1A is #F592E5. Grayscale: #464646. Windows color (decimal): -16093926 or 1731850. OLE color: 1731850.
HSL color Cylindrical-coordinate representation of color #0A6D1A: hue angle of 129.7º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D1A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 109 | 26 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.57 |
| HSL | 129.7º | 0.83% | 0.23% | - |
| HSV(B) | 129.7º | 0.91% | 0.43% | - |
| XYZ | 5.78 | 11.08 | 2.81 | - |
| YUV | 69.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 26 | 0.91 | 0 | 0.76 | 0.57 | 129.7 | 0.83 | 0.23 |
| Hex | A | 6D | 1A | 5B | 0 | 4C | 39 | 82 | 53 | 17 |
| Octal | 12 | 155 | 32 | 133 | 0 | 114 | 71 | 202 | 123 | 27 |
| Binary | 1010 | 1101101 | 11010 | 1011011 | 0 | 1001100 | 111001 | 10000010 | 1010011 | 10111 |
Color Harmonies of #0A6D1A
Complementary color
Monochromatic Colors of #0A6D1A
Black with #0A6D1A
Text Example
Text Example
White with #0A6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6D1A; }
p { color: rgb(10,109,26); }
H1.HeaderClassName
{
color: #0A6D1A;
}
.AnyTagClassName
{
color: #0A6D1A;
}
</style>
background-color css
<style>
a { background-color: #0A6D1A; }
a { background-color: rgb(10,109,26); }
div.DivClassName
{
background-color: #0A6D1A;
}
.BgClassName
{
background-color: #0A6D1A;
}
</style>
border-color css
<style>
span { border-color: #0A6D1A; }
span { border-color: rgb(10,109,26); }
td.TdClassName
{
border-color: #0A6D1A;
}
.TagClassName
{
border-color: #0A6D1A;
}
</style>