Shades of Green #0A6616
Tints of Green #0A6616
RGB
CMYK
RGB Variations
Color information
#0A6616 (or 0x0A6616) is known color: Green. HEX triplet: 0A, 66 and 16. RGB value is (10,102,22). Sum of RGB (Red+Green+Blue) = 10+102+22=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6616 is #F599E9. Grayscale: #414141. Windows color (decimal): -16095722 or 1467914. OLE color: 1467914.
HSL color Cylindrical-coordinate representation of color #0A6616: hue angle of 127.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6616 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 22 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.6 |
| HSL | 127.83º | 0.82% | 0.22% | - |
| HSV(B) | 127.83º | 0.9% | 0.4% | - |
| XYZ | 5.02 | 9.63 | 2.35 | - |
| YUV | 65.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 22 | 0.90 | 0 | 0.78 | 0.6 | 127.83 | 0.82 | 0.22 |
| Hex | A | 66 | 16 | 5A | 0 | 4E | 3C | 80 | 52 | 16 |
| Octal | 12 | 146 | 26 | 132 | 0 | 116 | 74 | 200 | 122 | 26 |
| Binary | 1010 | 1100110 | 10110 | 1011010 | 0 | 1001110 | 111100 | 10000000 | 1010010 | 10110 |
Color Harmonies of #0A6616
Complementary color
Monochromatic Colors of #0A6616
Black with #0A6616
Text Example
Text Example
White with #0A6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6616; }
p { color: rgb(10,102,22); }
H1.HeaderClassName
{
color: #0A6616;
}
.AnyTagClassName
{
color: #0A6616;
}
</style>
background-color css
<style>
a { background-color: #0A6616; }
a { background-color: rgb(10,102,22); }
div.DivClassName
{
background-color: #0A6616;
}
.BgClassName
{
background-color: #0A6616;
}
</style>
border-color css
<style>
span { border-color: #0A6616; }
span { border-color: rgb(10,102,22); }
td.TdClassName
{
border-color: #0A6616;
}
.TagClassName
{
border-color: #0A6616;
}
</style>