Shades of Green #0A8A10
Tints of Green #0A8A10
RGB
CMYK
RGB Variations
Color information
#0A8A10 (or 0x0A8A10) is known color: Green. HEX triplet: 0A, 8A and 10. RGB value is (10,138,16). Sum of RGB (Red+Green+Blue) = 10+138+16=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 138 (54.30% from 255 or 84.15% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8A10 is #F575EF. Grayscale: #565656. Windows color (decimal): -16086512 or 1083914. OLE color: 1083914.
HSL color Cylindrical-coordinate representation of color #0A8A10: hue angle of 122.81º 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 #0A8A10 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 16 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.46 |
| HSL | 122.81º | 0.86% | 0.29% | - |
| HSV(B) | 122.81º | 0.93% | 0.54% | - |
| XYZ | 9.31 | 18.28 | 3.53 | - |
| YUV | 85.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 16 | 0.93 | 0 | 0.88 | 0.46 | 122.81 | 0.86 | 0.29 |
| Hex | A | 8A | 10 | 5D | 0 | 58 | 2E | 7B | 56 | 1D |
| Octal | 12 | 212 | 20 | 135 | 0 | 130 | 56 | 173 | 126 | 35 |
| Binary | 1010 | 10001010 | 10000 | 1011101 | 0 | 1011000 | 101110 | 1111011 | 1010110 | 11101 |
Color Harmonies of #0A8A10
Complementary color
Monochromatic Colors of #0A8A10
Black with #0A8A10
Text Example
Text Example
White with #0A8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A10; }
p { color: rgb(10,138,16); }
H1.HeaderClassName
{
color: #0A8A10;
}
.AnyTagClassName
{
color: #0A8A10;
}
</style>
background-color css
<style>
a { background-color: #0A8A10; }
a { background-color: rgb(10,138,16); }
div.DivClassName
{
background-color: #0A8A10;
}
.BgClassName
{
background-color: #0A8A10;
}
</style>
border-color css
<style>
span { border-color: #0A8A10; }
span { border-color: rgb(10,138,16); }
td.TdClassName
{
border-color: #0A8A10;
}
.TagClassName
{
border-color: #0A8A10;
}
</style>