Shades of Green #0A6D10
Tints of Green #0A6D10
RGB
CMYK
RGB Variations
Color information
#0A6D10 (or 0x0A6D10) is known color: Green. HEX triplet: 0A, 6D and 10. RGB value is (10,109,16). Sum of RGB (Red+Green+Blue) = 10+109+16=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6D10 is #F592EF. Grayscale: #454545. Windows color (decimal): -16093936 or 1076490. OLE color: 1076490.
HSL color Cylindrical-coordinate representation of color #0A6D10: hue angle of 123.64º 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 #0A6D10 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 109 | 16 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.57 |
| HSL | 123.64º | 0.83% | 0.23% | - |
| HSV(B) | 123.64º | 0.91% | 0.43% | - |
| XYZ | 5.69 | 11.04 | 2.32 | - |
| YUV | 68.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 16 | 0.91 | 0 | 0.85 | 0.57 | 123.64 | 0.83 | 0.23 |
| Hex | A | 6D | 10 | 5B | 0 | 55 | 39 | 7C | 53 | 17 |
| Octal | 12 | 155 | 20 | 133 | 0 | 125 | 71 | 174 | 123 | 27 |
| Binary | 1010 | 1101101 | 10000 | 1011011 | 0 | 1010101 | 111001 | 1111100 | 1010011 | 10111 |
Color Harmonies of #0A6D10
Complementary color
Monochromatic Colors of #0A6D10
Black with #0A6D10
Text Example
Text Example
White with #0A6D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6D10; }
p { color: rgb(10,109,16); }
H1.HeaderClassName
{
color: #0A6D10;
}
.AnyTagClassName
{
color: #0A6D10;
}
</style>
background-color css
<style>
a { background-color: #0A6D10; }
a { background-color: rgb(10,109,16); }
div.DivClassName
{
background-color: #0A6D10;
}
.BgClassName
{
background-color: #0A6D10;
}
</style>
border-color css
<style>
span { border-color: #0A6D10; }
span { border-color: rgb(10,109,16); }
td.TdClassName
{
border-color: #0A6D10;
}
.TagClassName
{
border-color: #0A6D10;
}
</style>