Shades of Green #0D850A
Tints of Green #0D850A
RGB
CMYK
RGB Variations
Color information
#0D850A (or 0x0D850A) is known color: Green. HEX triplet: 0D, 85 and 0A. RGB value is (13,133,10). Sum of RGB (Red+Green+Blue) = 13+133+10=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 133 (52.34% from 255 or 85.26% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 133 - color contains mainly: green. Hex color #0D850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D850A is #F27AF5. Grayscale: #535353. Windows color (decimal): -15891190 or 689421. OLE color: 689421.
HSL color Cylindrical-coordinate representation of color #0D850A: hue angle of 118.54º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D850A is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 10 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.48 |
| HSL | 118.54º | 0.86% | 0.28% | - |
| HSV(B) | 118.54º | 0.92% | 0.52% | - |
| XYZ | 8.61 | 16.88 | 3.09 | - |
| YUV | 83.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 10 | 0.90 | 0 | 0.92 | 0.48 | 118.54 | 0.86 | 0.28 |
| Hex | D | 85 | A | 5A | 0 | 5C | 30 | 77 | 56 | 1C |
| Octal | 15 | 205 | 12 | 132 | 0 | 134 | 60 | 167 | 126 | 34 |
| Binary | 1101 | 10000101 | 1010 | 1011010 | 0 | 1011100 | 110000 | 1110111 | 1010110 | 11100 |
Color Harmonies of #0D850A
Complementary color
Monochromatic Colors of #0D850A
Black with #0D850A
Text Example
Text Example
White with #0D850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D850A; }
p { color: rgb(13,133,10); }
H1.HeaderClassName
{
color: #0D850A;
}
.AnyTagClassName
{
color: #0D850A;
}
</style>
background-color css
<style>
a { background-color: #0D850A; }
a { background-color: rgb(13,133,10); }
div.DivClassName
{
background-color: #0D850A;
}
.BgClassName
{
background-color: #0D850A;
}
</style>
border-color css
<style>
span { border-color: #0D850A; }
span { border-color: rgb(13,133,10); }
td.TdClassName
{
border-color: #0D850A;
}
.TagClassName
{
border-color: #0D850A;
}
</style>