Shades of Green #0A8A11
Tints of Green #0A8A11
RGB
CMYK
RGB Variations
Color information
#0A8A11 (or 0x0A8A11) is known color: Green. HEX triplet: 0A, 8A and 11. RGB value is (10,138,17). Sum of RGB (Red+Green+Blue) = 10+138+17=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8A11 is #F575EE. Grayscale: #565656. Windows color (decimal): -16086511 or 1149450. OLE color: 1149450.
HSL color Cylindrical-coordinate representation of color #0A8A11: hue angle of 123.28º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A11 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 17 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.46 |
| HSL | 123.28º | 0.86% | 0.29% | - |
| HSV(B) | 123.28º | 0.93% | 0.54% | - |
| XYZ | 9.31 | 18.28 | 3.57 | - |
| YUV | 85.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 17 | 0.93 | 0 | 0.88 | 0.46 | 123.28 | 0.86 | 0.29 |
| Hex | A | 8A | 11 | 5D | 0 | 58 | 2E | 7B | 56 | 1D |
| Octal | 12 | 212 | 21 | 135 | 0 | 130 | 56 | 173 | 126 | 35 |
| Binary | 1010 | 10001010 | 10001 | 1011101 | 0 | 1011000 | 101110 | 1111011 | 1010110 | 11101 |
Color Harmonies of #0A8A11
Complementary color
Monochromatic Colors of #0A8A11
Black with #0A8A11
Text Example
Text Example
White with #0A8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A11; }
p { color: rgb(10,138,17); }
H1.HeaderClassName
{
color: #0A8A11;
}
.AnyTagClassName
{
color: #0A8A11;
}
</style>
background-color css
<style>
a { background-color: #0A8A11; }
a { background-color: rgb(10,138,17); }
div.DivClassName
{
background-color: #0A8A11;
}
.BgClassName
{
background-color: #0A8A11;
}
</style>
border-color css
<style>
span { border-color: #0A8A11; }
span { border-color: rgb(10,138,17); }
td.TdClassName
{
border-color: #0A8A11;
}
.TagClassName
{
border-color: #0A8A11;
}
</style>