Shades of Green #0A6C11
Tints of Green #0A6C11
RGB
CMYK
RGB Variations
Color information
#0A6C11 (or 0x0A6C11) is known color: Green. HEX triplet: 0A, 6C and 11. RGB value is (10,108,17). Sum of RGB (Red+Green+Blue) = 10+108+17=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6C11 is #F593EE. Grayscale: #444444. Windows color (decimal): -16094191 or 1141770. OLE color: 1141770.
HSL color Cylindrical-coordinate representation of color #0A6C11: hue angle of 124.29º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C11 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 17 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.58 |
| HSL | 124.29º | 0.83% | 0.23% | - |
| HSV(B) | 124.29º | 0.91% | 0.42% | - |
| XYZ | 5.59 | 10.83 | 2.33 | - |
| YUV | 68.32 | 99.03 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 17 | 0.91 | 0 | 0.84 | 0.58 | 124.29 | 0.83 | 0.23 |
| Hex | A | 6C | 11 | 5B | 0 | 54 | 3A | 7C | 53 | 17 |
| Octal | 12 | 154 | 21 | 133 | 0 | 124 | 72 | 174 | 123 | 27 |
| Binary | 1010 | 1101100 | 10001 | 1011011 | 0 | 1010100 | 111010 | 1111100 | 1010011 | 10111 |
Color Harmonies of #0A6C11
Complementary color
Monochromatic Colors of #0A6C11
Black with #0A6C11
Text Example
Text Example
White with #0A6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C11; }
p { color: rgb(10,108,17); }
H1.HeaderClassName
{
color: #0A6C11;
}
.AnyTagClassName
{
color: #0A6C11;
}
</style>
background-color css
<style>
a { background-color: #0A6C11; }
a { background-color: rgb(10,108,17); }
div.DivClassName
{
background-color: #0A6C11;
}
.BgClassName
{
background-color: #0A6C11;
}
</style>
border-color css
<style>
span { border-color: #0A6C11; }
span { border-color: rgb(10,108,17); }
td.TdClassName
{
border-color: #0A6C11;
}
.TagClassName
{
border-color: #0A6C11;
}
</style>