Shades of Green #0D8B09
Tints of Green #0D8B09
RGB
CMYK
RGB Variations
Color information
#0D8B09 (or 0x0D8B09) is known color: Green. HEX triplet: 0D, 8B and 09. RGB value is (13,139,9). Sum of RGB (Red+Green+Blue) = 13+139+9=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 139 (54.69% from 255 or 86.34% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8B09 is #F274F6. Grayscale: #565656. Windows color (decimal): -15889655 or 625421. OLE color: 625421.
HSL color Cylindrical-coordinate representation of color #0D8B09: hue angle of 118.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8B09 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 139 | 9 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.45 |
| HSL | 118.15º | 0.88% | 0.29% | - |
| HSV(B) | 118.15º | 0.94% | 0.55% | - |
| XYZ | 9.45 | 18.57 | 3.34 | - |
| YUV | 86.51 | 84.26 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 9 | 0.91 | 0 | 0.94 | 0.45 | 118.15 | 0.88 | 0.29 |
| Hex | D | 8B | 9 | 5B | 0 | 5E | 2D | 76 | 58 | 1D |
| Octal | 15 | 213 | 11 | 133 | 0 | 136 | 55 | 166 | 130 | 35 |
| Binary | 1101 | 10001011 | 1001 | 1011011 | 0 | 1011110 | 101101 | 1110110 | 1011000 | 11101 |
Color Harmonies of #0D8B09
Complementary color
Monochromatic Colors of #0D8B09
Black with #0D8B09
Text Example
Text Example
White with #0D8B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8B09; }
p { color: rgb(13,139,9); }
H1.HeaderClassName
{
color: #0D8B09;
}
.AnyTagClassName
{
color: #0D8B09;
}
</style>
background-color css
<style>
a { background-color: #0D8B09; }
a { background-color: rgb(13,139,9); }
div.DivClassName
{
background-color: #0D8B09;
}
.BgClassName
{
background-color: #0D8B09;
}
</style>
border-color css
<style>
span { border-color: #0D8B09; }
span { border-color: rgb(13,139,9); }
td.TdClassName
{
border-color: #0D8B09;
}
.TagClassName
{
border-color: #0D8B09;
}
</style>