Shades of Green #0D8A02
Tints of Green #0D8A02
RGB
CMYK
RGB Variations
Color information
#0D8A02 (or 0x0D8A02) is known color: Green. HEX triplet: 0D, 8A and 02. RGB value is (13,138,2). Sum of RGB (Red+Green+Blue) = 13+138+2=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A02 is #F275FD. Grayscale: #555555. Windows color (decimal): -15889918 or 166413. OLE color: 166413.
HSL color Cylindrical-coordinate representation of color #0D8A02: hue angle of 115.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D8A02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.46 |
| HSL | 115.15º | 0.97% | 0.27% | - |
| HSV(B) | 115.15º | 0.99% | 0.54% | - |
| XYZ | 9.27 | 18.27 | 3.09 | - |
| YUV | 85.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 2 | 0.91 | 0 | 0.99 | 0.46 | 115.15 | 0.97 | 0.27 |
| Hex | D | 8A | 2 | 5B | 0 | 63 | 2E | 73 | 61 | 1B |
| Octal | 15 | 212 | 2 | 133 | 0 | 143 | 56 | 163 | 141 | 33 |
| Binary | 1101 | 10001010 | 10 | 1011011 | 0 | 1100011 | 101110 | 1110011 | 1100001 | 11011 |
Color Harmonies of #0D8A02
Complementary color
Monochromatic Colors of #0D8A02
Black with #0D8A02
Text Example
Text Example
White with #0D8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A02; }
p { color: rgb(13,138,2); }
H1.HeaderClassName
{
color: #0D8A02;
}
.AnyTagClassName
{
color: #0D8A02;
}
</style>
background-color css
<style>
a { background-color: #0D8A02; }
a { background-color: rgb(13,138,2); }
div.DivClassName
{
background-color: #0D8A02;
}
.BgClassName
{
background-color: #0D8A02;
}
</style>
border-color css
<style>
span { border-color: #0D8A02; }
span { border-color: rgb(13,138,2); }
td.TdClassName
{
border-color: #0D8A02;
}
.TagClassName
{
border-color: #0D8A02;
}
</style>