Shades of Green #088A0D
Tints of Green #088A0D
RGB
CMYK
RGB Variations
Color information
#088A0D (or 0x088A0D) is known color: Green. HEX triplet: 08, 8A and 0D. RGB value is (8,138,13). Sum of RGB (Red+Green+Blue) = 8+138+13=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #088A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088A0D is #F775F2. Grayscale: #555555. Windows color (decimal): -16217587 or 887304. OLE color: 887304.
HSL color Cylindrical-coordinate representation of color #088A0D: hue angle of 122.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A0D is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 13 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.46 |
| HSL | 122.31º | 0.89% | 0.29% | - |
| HSV(B) | 122.31º | 0.94% | 0.54% | - |
| XYZ | 9.26 | 18.26 | 3.42 | - |
| YUV | 84.88 | 87.43 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 13 | 0.94 | 0 | 0.91 | 0.46 | 122.31 | 0.89 | 0.29 |
| Hex | 8 | 8A | D | 5E | 0 | 5B | 2E | 7A | 59 | 1D |
| Octal | 10 | 212 | 15 | 136 | 0 | 133 | 56 | 172 | 131 | 35 |
| Binary | 1000 | 10001010 | 1101 | 1011110 | 0 | 1011011 | 101110 | 1111010 | 1011001 | 11101 |
Color Harmonies of #088A0D
Complementary color
Monochromatic Colors of #088A0D
Black with #088A0D
Text Example
Text Example
White with #088A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A0D; }
p { color: rgb(8,138,13); }
H1.HeaderClassName
{
color: #088A0D;
}
.AnyTagClassName
{
color: #088A0D;
}
</style>
background-color css
<style>
a { background-color: #088A0D; }
a { background-color: rgb(8,138,13); }
div.DivClassName
{
background-color: #088A0D;
}
.BgClassName
{
background-color: #088A0D;
}
</style>
border-color css
<style>
span { border-color: #088A0D; }
span { border-color: rgb(8,138,13); }
td.TdClassName
{
border-color: #088A0D;
}
.TagClassName
{
border-color: #088A0D;
}
</style>