Shades of Green #0D820A
Tints of Green #0D820A
RGB
CMYK
RGB Variations
Color information
#0D820A (or 0x0D820A) is known color: Green. HEX triplet: 0D, 82 and 0A. RGB value is (13,130,10). Sum of RGB (Red+Green+Blue) = 13+130+10=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #0D820A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D820A is #F27DF5. Grayscale: #515151. Windows color (decimal): -15891958 or 688653. OLE color: 688653.
HSL color Cylindrical-coordinate representation of color #0D820A: hue angle of 118.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D820A is Cyan = 0.9, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 10 | - |
| CMYK | 0.9 | 0 | 0.92 | 0.49 |
| HSL | 118.5º | 0.86% | 0.27% | - |
| HSV(B) | 118.5º | 0.92% | 0.51% | - |
| XYZ | 8.2 | 16.07 | 2.96 | - |
| YUV | 81.34 | 87.74 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 10 | 0.9 | 0 | 0.92 | 0.49 | 118.5 | 0.86 | 0.27 |
| Hex | D | 82 | A | 5A | 0 | 5C | 31 | 76 | 56 | 1B |
| Octal | 15 | 202 | 12 | 132 | 0 | 134 | 61 | 166 | 126 | 33 |
| Binary | 1101 | 10000010 | 1010 | 1011010 | 0 | 1011100 | 110001 | 1110110 | 1010110 | 11011 |
Color Harmonies of #0D820A
Complementary color
Monochromatic Colors of #0D820A
Black with #0D820A
Text Example
Text Example
White with #0D820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D820A; }
p { color: rgb(13,130,10); }
H1.HeaderClassName
{
color: #0D820A;
}
.AnyTagClassName
{
color: #0D820A;
}
</style>
background-color css
<style>
a { background-color: #0D820A; }
a { background-color: rgb(13,130,10); }
div.DivClassName
{
background-color: #0D820A;
}
.BgClassName
{
background-color: #0D820A;
}
</style>
border-color css
<style>
span { border-color: #0D820A; }
span { border-color: rgb(13,130,10); }
td.TdClassName
{
border-color: #0D820A;
}
.TagClassName
{
border-color: #0D820A;
}
</style>