Shades of Green #008A16
Tints of Green #008A16
RGB
CMYK
RGB Variations
Color information
#008A16 (or 0x008A16) is known color: Green. HEX triplet: 00, 8A and 16. RGB value is (0,138,22). Sum of RGB (Red+Green+Blue) = 0+138+22=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 138 (54.30% from 255 or 86.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 138 - color contains mainly: green. Hex color #008A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A16 is #FF75E9. Grayscale: #535353. Windows color (decimal): -16741866 or 1477120. OLE color: 1477120.
HSL color Cylindrical-coordinate representation of color #008A16: hue angle of 129.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A16 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 22 | - |
| CMYK | 1 | 0 | 0.84 | 0.46 |
| HSL | 129.57º | 1% | 0.27% | - |
| HSV(B) | 129.57º | 1% | 0.54% | - |
| XYZ | 9.23 | 18.23 | 3.79 | - |
| YUV | 83.51 | 93.28 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 22 | 1 | 0 | 0.84 | 0.46 | 129.57 | 1 | 0.27 |
| Hex | 0 | 8A | 16 | 64 | 0 | 54 | 2E | 82 | 64 | 1B |
| Octal | 0 | 212 | 26 | 144 | 0 | 124 | 56 | 202 | 144 | 33 |
| Binary | 0 | 10001010 | 10110 | 1100100 | 0 | 1010100 | 101110 | 10000010 | 1100100 | 11011 |
Color Harmonies of #008A16
Complementary color
Monochromatic Colors of #008A16
Black with #008A16
Text Example
Text Example
White with #008A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A16; }
p { color: rgb(0,138,22); }
H1.HeaderClassName
{
color: #008A16;
}
.AnyTagClassName
{
color: #008A16;
}
</style>
background-color css
<style>
a { background-color: #008A16; }
a { background-color: rgb(0,138,22); }
div.DivClassName
{
background-color: #008A16;
}
.BgClassName
{
background-color: #008A16;
}
</style>
border-color css
<style>
span { border-color: #008A16; }
span { border-color: rgb(0,138,22); }
td.TdClassName
{
border-color: #008A16;
}
.TagClassName
{
border-color: #008A16;
}
</style>