Shades of Green #088401
Tints of Green #088401
RGB
CMYK
RGB Variations
Color information
#088401 (or 0x088401) is known color: Green. HEX triplet: 08, 84 and 01. RGB value is (8,132,1). Sum of RGB (Red+Green+Blue) = 8+132+1=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 132 (51.95% from 255 or 93.62% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 132 - color contains mainly: green. Hex color #088401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088401 is #F77BFE. Grayscale: #505050. Windows color (decimal): -16219135 or 99336. OLE color: 99336.
HSL color Cylindrical-coordinate representation of color #088401: hue angle of 116.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #088401 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.48 |
| HSL | 116.79º | 0.98% | 0.26% | - |
| HSV(B) | 116.79º | 0.99% | 0.52% | - |
| XYZ | 8.36 | 16.56 | 2.78 | - |
| YUV | 79.99 | 83.42 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 1 | 0.94 | 0 | 0.99 | 0.48 | 116.79 | 0.98 | 0.26 |
| Hex | 8 | 84 | 1 | 5E | 0 | 63 | 30 | 75 | 62 | 1A |
| Octal | 10 | 204 | 1 | 136 | 0 | 143 | 60 | 165 | 142 | 32 |
| Binary | 1000 | 10000100 | 1 | 1011110 | 0 | 1100011 | 110000 | 1110101 | 1100010 | 11010 |
Color Harmonies of #088401
Complementary color
Monochromatic Colors of #088401
Black with #088401
Text Example
Text Example
White with #088401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088401; }
p { color: rgb(8,132,1); }
H1.HeaderClassName
{
color: #088401;
}
.AnyTagClassName
{
color: #088401;
}
</style>
background-color css
<style>
a { background-color: #088401; }
a { background-color: rgb(8,132,1); }
div.DivClassName
{
background-color: #088401;
}
.BgClassName
{
background-color: #088401;
}
</style>
border-color css
<style>
span { border-color: #088401; }
span { border-color: rgb(8,132,1); }
td.TdClassName
{
border-color: #088401;
}
.TagClassName
{
border-color: #088401;
}
</style>