Shades of Green #0D890A
Tints of Green #0D890A
RGB
CMYK
RGB Variations
Color information
#0D890A (or 0x0D890A) is known color: Green. HEX triplet: 0D, 89 and 0A. RGB value is (13,137,10). Sum of RGB (Red+Green+Blue) = 13+137+10=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 137 (53.91% from 255 or 85.62% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 137 - color contains mainly: green. Hex color #0D890A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D890A is #F276F5. Grayscale: #555555. Windows color (decimal): -15890166 or 690445. OLE color: 690445.
HSL color Cylindrical-coordinate representation of color #0D890A: hue angle of 118.58º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D890A is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 10 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.46 |
| HSL | 118.58º | 0.86% | 0.29% | - |
| HSV(B) | 118.58º | 0.93% | 0.54% | - |
| XYZ | 9.17 | 18 | 3.28 | - |
| YUV | 85.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 10 | 0.91 | 0 | 0.93 | 0.46 | 118.58 | 0.86 | 0.29 |
| Hex | D | 89 | A | 5B | 0 | 5D | 2E | 77 | 56 | 1D |
| Octal | 15 | 211 | 12 | 133 | 0 | 135 | 56 | 167 | 126 | 35 |
| Binary | 1101 | 10001001 | 1010 | 1011011 | 0 | 1011101 | 101110 | 1110111 | 1010110 | 11101 |
Color Harmonies of #0D890A
Complementary color
Monochromatic Colors of #0D890A
Black with #0D890A
Text Example
Text Example
White with #0D890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D890A; }
p { color: rgb(13,137,10); }
H1.HeaderClassName
{
color: #0D890A;
}
.AnyTagClassName
{
color: #0D890A;
}
</style>
background-color css
<style>
a { background-color: #0D890A; }
a { background-color: rgb(13,137,10); }
div.DivClassName
{
background-color: #0D890A;
}
.BgClassName
{
background-color: #0D890A;
}
</style>
border-color css
<style>
span { border-color: #0D890A; }
span { border-color: rgb(13,137,10); }
td.TdClassName
{
border-color: #0D890A;
}
.TagClassName
{
border-color: #0D890A;
}
</style>