Shades of Green #0D8601
Tints of Green #0D8601
RGB
CMYK
RGB Variations
Color information
#0D8601 (or 0x0D8601) is known color: Green. HEX triplet: 0D, 86 and 01. RGB value is (13,134,1). Sum of RGB (Red+Green+Blue) = 13+134+1=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 134 (52.73% from 255 or 90.54% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8601 is #F279FE. Grayscale: #535353. Windows color (decimal): -15890943 or 99853. OLE color: 99853.
HSL color Cylindrical-coordinate representation of color #0D8601: hue angle of 114.59º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D8601 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.47 |
| HSL | 114.59º | 0.99% | 0.26% | - |
| HSV(B) | 114.59º | 0.99% | 0.53% | - |
| XYZ | 8.7 | 17.14 | 2.88 | - |
| YUV | 82.66 | 81.91 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 1 | 0.90 | 0 | 0.99 | 0.47 | 114.59 | 0.99 | 0.26 |
| Hex | D | 86 | 1 | 5A | 0 | 63 | 2F | 73 | 63 | 1A |
| Octal | 15 | 206 | 1 | 132 | 0 | 143 | 57 | 163 | 143 | 32 |
| Binary | 1101 | 10000110 | 1 | 1011010 | 0 | 1100011 | 101111 | 1110011 | 1100011 | 11010 |
Color Harmonies of #0D8601
Complementary color
Monochromatic Colors of #0D8601
Black with #0D8601
Text Example
Text Example
White with #0D8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8601; }
p { color: rgb(13,134,1); }
H1.HeaderClassName
{
color: #0D8601;
}
.AnyTagClassName
{
color: #0D8601;
}
</style>
background-color css
<style>
a { background-color: #0D8601; }
a { background-color: rgb(13,134,1); }
div.DivClassName
{
background-color: #0D8601;
}
.BgClassName
{
background-color: #0D8601;
}
</style>
border-color css
<style>
span { border-color: #0D8601; }
span { border-color: rgb(13,134,1); }
td.TdClassName
{
border-color: #0D8601;
}
.TagClassName
{
border-color: #0D8601;
}
</style>