Shades of Green #0A5800
Tints of Green #0A5800
RGB
CMYK
RGB Variations
Color information
#0A5800 (or 0x0A5800) is known color: Green. HEX triplet: 0A, 58 and 00. RGB value is (10,88,0). Sum of RGB (Red+Green+Blue) = 10+88+0=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 88 (34.77% from 255 or 89.80% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5800 is #F5A7FF. Grayscale: #363636. Windows color (decimal): -16099328 or 22538. OLE color: 22538.
HSL color Cylindrical-coordinate representation of color #0A5800: hue angle of 113.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A5800 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.65 |
| HSL | 113.18º | 1% | 0.17% | - |
| HSV(B) | 113.18º | 1% | 0.35% | - |
| XYZ | 3.61 | 7.04 | 1.17 | - |
| YUV | 54.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 0 | 0.89 | 0 | 1 | 0.65 | 113.18 | 1 | 0.17 |
| Hex | A | 58 | 0 | 59 | 0 | 64 | 41 | 71 | 64 | 11 |
| Octal | 12 | 130 | 0 | 131 | 0 | 144 | 101 | 161 | 144 | 21 |
| Binary | 1010 | 1011000 | 0 | 1011001 | 0 | 1100100 | 1000001 | 1110001 | 1100100 | 10001 |
Color Harmonies of #0A5800
Complementary color
Monochromatic Colors of #0A5800
Black with #0A5800
Text Example
Text Example
White with #0A5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5800; }
p { color: rgb(10,88,0); }
H1.HeaderClassName
{
color: #0A5800;
}
.AnyTagClassName
{
color: #0A5800;
}
</style>
background-color css
<style>
a { background-color: #0A5800; }
a { background-color: rgb(10,88,0); }
div.DivClassName
{
background-color: #0A5800;
}
.BgClassName
{
background-color: #0A5800;
}
</style>
border-color css
<style>
span { border-color: #0A5800; }
span { border-color: rgb(10,88,0); }
td.TdClassName
{
border-color: #0A5800;
}
.TagClassName
{
border-color: #0A5800;
}
</style>