Shades of Green #088500
Tints of Green #088500
RGB
CMYK
RGB Variations
Color information
#088500 (or 0x088500) is known color: Green. HEX triplet: 08, 85 and 00. RGB value is (8,133,0). Sum of RGB (Red+Green+Blue) = 8+133+0=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #088500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088500 is #F77AFF. Grayscale: #505050. Windows color (decimal): -16218880 or 34056. OLE color: 34056.
HSL color Cylindrical-coordinate representation of color #088500: hue angle of 116.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #088500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.48 |
| HSL | 116.39º | 1% | 0.26% | - |
| HSV(B) | 116.39º | 1% | 0.52% | - |
| XYZ | 8.49 | 16.83 | 2.8 | - |
| YUV | 80.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 0 | 0.94 | 0 | 1 | 0.48 | 116.39 | 1 | 0.26 |
| Hex | 8 | 85 | 0 | 5E | 0 | 64 | 30 | 74 | 64 | 1A |
| Octal | 10 | 205 | 0 | 136 | 0 | 144 | 60 | 164 | 144 | 32 |
| Binary | 1000 | 10000101 | 0 | 1011110 | 0 | 1100100 | 110000 | 1110100 | 1100100 | 11010 |
Color Harmonies of #088500
Complementary color
Monochromatic Colors of #088500
Black with #088500
Text Example
Text Example
White with #088500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088500; }
p { color: rgb(8,133,0); }
H1.HeaderClassName
{
color: #088500;
}
.AnyTagClassName
{
color: #088500;
}
</style>
background-color css
<style>
a { background-color: #088500; }
a { background-color: rgb(8,133,0); }
div.DivClassName
{
background-color: #088500;
}
.BgClassName
{
background-color: #088500;
}
</style>
border-color css
<style>
span { border-color: #088500; }
span { border-color: rgb(8,133,0); }
td.TdClassName
{
border-color: #088500;
}
.TagClassName
{
border-color: #088500;
}
</style>