Shades of Green #088801
Tints of Green #088801
RGB
CMYK
RGB Variations
Color information
#088801 (or 0x088801) is known color: Green. HEX triplet: 08, 88 and 01. RGB value is (8,136,1). Sum of RGB (Red+Green+Blue) = 8+136+1=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 136 (53.52% from 255 or 93.79% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 136 - color contains mainly: green. Hex color #088801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088801 is #F777FE. Grayscale: #525252. Windows color (decimal): -16218111 or 100360. OLE color: 100360.
HSL color Cylindrical-coordinate representation of color #088801: hue angle of 116.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #088801 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.47 |
| HSL | 116.89º | 0.99% | 0.27% | - |
| HSV(B) | 116.89º | 0.99% | 0.53% | - |
| XYZ | 8.91 | 17.66 | 2.97 | - |
| YUV | 82.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 1 | 0.94 | 0 | 0.99 | 0.47 | 116.89 | 0.99 | 0.27 |
| Hex | 8 | 88 | 1 | 5E | 0 | 63 | 2F | 75 | 63 | 1B |
| Octal | 10 | 210 | 1 | 136 | 0 | 143 | 57 | 165 | 143 | 33 |
| Binary | 1000 | 10001000 | 1 | 1011110 | 0 | 1100011 | 101111 | 1110101 | 1100011 | 11011 |
Color Harmonies of #088801
Complementary color
Monochromatic Colors of #088801
Black with #088801
Text Example
Text Example
White with #088801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088801; }
p { color: rgb(8,136,1); }
H1.HeaderClassName
{
color: #088801;
}
.AnyTagClassName
{
color: #088801;
}
</style>
background-color css
<style>
a { background-color: #088801; }
a { background-color: rgb(8,136,1); }
div.DivClassName
{
background-color: #088801;
}
.BgClassName
{
background-color: #088801;
}
</style>
border-color css
<style>
span { border-color: #088801; }
span { border-color: rgb(8,136,1); }
td.TdClassName
{
border-color: #088801;
}
.TagClassName
{
border-color: #088801;
}
</style>