Shades of Green #0D8A03
Tints of Green #0D8A03
RGB
CMYK
RGB Variations
Color information
#0D8A03 (or 0x0D8A03) is known color: Green. HEX triplet: 0D, 8A and 03. RGB value is (13,138,3). Sum of RGB (Red+Green+Blue) = 13+138+3=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 138 (54.30% from 255 or 89.61% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A03 is #F275FC. Grayscale: #555555. Windows color (decimal): -15889917 or 231949. OLE color: 231949.
HSL color Cylindrical-coordinate representation of color #0D8A03: hue angle of 115.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D8A03 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 3 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.46 |
| HSL | 115.56º | 0.96% | 0.28% | - |
| HSV(B) | 115.56º | 0.98% | 0.54% | - |
| XYZ | 9.27 | 18.27 | 3.12 | - |
| YUV | 85.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 3 | 0.91 | 0 | 0.98 | 0.46 | 115.56 | 0.96 | 0.28 |
| Hex | D | 8A | 3 | 5B | 0 | 62 | 2E | 74 | 60 | 1C |
| Octal | 15 | 212 | 3 | 133 | 0 | 142 | 56 | 164 | 140 | 34 |
| Binary | 1101 | 10001010 | 11 | 1011011 | 0 | 1100010 | 101110 | 1110100 | 1100000 | 11100 |
Color Harmonies of #0D8A03
Complementary color
Monochromatic Colors of #0D8A03
Black with #0D8A03
Text Example
Text Example
White with #0D8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A03; }
p { color: rgb(13,138,3); }
H1.HeaderClassName
{
color: #0D8A03;
}
.AnyTagClassName
{
color: #0D8A03;
}
</style>
background-color css
<style>
a { background-color: #0D8A03; }
a { background-color: rgb(13,138,3); }
div.DivClassName
{
background-color: #0D8A03;
}
.BgClassName
{
background-color: #0D8A03;
}
</style>
border-color css
<style>
span { border-color: #0D8A03; }
span { border-color: rgb(13,138,3); }
td.TdClassName
{
border-color: #0D8A03;
}
.TagClassName
{
border-color: #0D8A03;
}
</style>