Shades of Green #0A620D
Tints of Green #0A620D
RGB
CMYK
RGB Variations
Color information
#0A620D (or 0x0A620D) is known color: Green. HEX triplet: 0A, 62 and 0D. RGB value is (10,98,13). Sum of RGB (Red+Green+Blue) = 10+98+13=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #0A620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A620D is #F59DF2. Grayscale: #3E3E3E. Windows color (decimal): -16096755 or 877066. OLE color: 877066.
HSL color Cylindrical-coordinate representation of color #0A620D: hue angle of 122.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A620D is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 98 | 13 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.62 |
| HSL | 122.05º | 0.81% | 0.21% | - |
| HSV(B) | 122.05º | 0.9% | 0.38% | - |
| XYZ | 4.57 | 8.83 | 1.84 | - |
| YUV | 62 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 13 | 0.90 | 0 | 0.87 | 0.62 | 122.05 | 0.81 | 0.21 |
| Hex | A | 62 | D | 5A | 0 | 57 | 3E | 7A | 51 | 15 |
| Octal | 12 | 142 | 15 | 132 | 0 | 127 | 76 | 172 | 121 | 25 |
| Binary | 1010 | 1100010 | 1101 | 1011010 | 0 | 1010111 | 111110 | 1111010 | 1010001 | 10101 |
Color Harmonies of #0A620D
Complementary color
Monochromatic Colors of #0A620D
Black with #0A620D
Text Example
Text Example
White with #0A620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A620D; }
p { color: rgb(10,98,13); }
H1.HeaderClassName
{
color: #0A620D;
}
.AnyTagClassName
{
color: #0A620D;
}
</style>
background-color css
<style>
a { background-color: #0A620D; }
a { background-color: rgb(10,98,13); }
div.DivClassName
{
background-color: #0A620D;
}
.BgClassName
{
background-color: #0A620D;
}
</style>
border-color css
<style>
span { border-color: #0A620D; }
span { border-color: rgb(10,98,13); }
td.TdClassName
{
border-color: #0A620D;
}
.TagClassName
{
border-color: #0A620D;
}
</style>