Shades of Green #0A800C
Tints of Green #0A800C
RGB
CMYK
RGB Variations
Color information
#0A800C (or 0x0A800C) is known color: Green. HEX triplet: 0A, 80 and 0C. RGB value is (10,128,12). Sum of RGB (Red+Green+Blue) = 10+128+12=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #0A800C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A800C is #F57FF3. Grayscale: #4F4F4F. Windows color (decimal): -16089076 or 819210. OLE color: 819210.
HSL color Cylindrical-coordinate representation of color #0A800C: hue angle of 121.02º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A800C is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 12 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.50 |
| HSL | 121.02º | 0.86% | 0.27% | - |
| HSV(B) | 121.02º | 0.92% | 0.5% | - |
| XYZ | 7.91 | 15.53 | 2.93 | - |
| YUV | 79.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 12 | 0.92 | 0 | 0.91 | 0.50 | 121.02 | 0.86 | 0.27 |
| Hex | A | 80 | C | 5C | 0 | 5B | 32 | 79 | 56 | 1B |
| Octal | 12 | 200 | 14 | 134 | 0 | 133 | 62 | 171 | 126 | 33 |
| Binary | 1010 | 10000000 | 1100 | 1011100 | 0 | 1011011 | 110010 | 1111001 | 1010110 | 11011 |
Color Harmonies of #0A800C
Complementary color
Monochromatic Colors of #0A800C
Black with #0A800C
Text Example
Text Example
White with #0A800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A800C; }
p { color: rgb(10,128,12); }
H1.HeaderClassName
{
color: #0A800C;
}
.AnyTagClassName
{
color: #0A800C;
}
</style>
background-color css
<style>
a { background-color: #0A800C; }
a { background-color: rgb(10,128,12); }
div.DivClassName
{
background-color: #0A800C;
}
.BgClassName
{
background-color: #0A800C;
}
</style>
border-color css
<style>
span { border-color: #0A800C; }
span { border-color: rgb(10,128,12); }
td.TdClassName
{
border-color: #0A800C;
}
.TagClassName
{
border-color: #0A800C;
}
</style>