Shades of Green #088C05
Tints of Green #088C05
RGB
CMYK
RGB Variations
Color information
#088C05 (or 0x088C05) is known color: Green. HEX triplet: 08, 8C and 05. RGB value is (8,140,5). Sum of RGB (Red+Green+Blue) = 8+140+5=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 140 (55.08% from 255 or 91.50% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 140 - color contains mainly: green. Hex color #088C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088C05 is #F773FA. Grayscale: #555555. Windows color (decimal): -16217083 or 363528. OLE color: 363528.
HSL color Cylindrical-coordinate representation of color #088C05: hue angle of 118.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088C05 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.45 |
| HSL | 118.67º | 0.93% | 0.28% | - |
| HSV(B) | 118.67º | 0.96% | 0.55% | - |
| XYZ | 9.51 | 18.82 | 3.27 | - |
| YUV | 85.14 | 82.77 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 5 | 0.94 | 0 | 0.96 | 0.45 | 118.67 | 0.93 | 0.28 |
| Hex | 8 | 8C | 5 | 5E | 0 | 60 | 2D | 77 | 5D | 1C |
| Octal | 10 | 214 | 5 | 136 | 0 | 140 | 55 | 167 | 135 | 34 |
| Binary | 1000 | 10001100 | 101 | 1011110 | 0 | 1100000 | 101101 | 1110111 | 1011101 | 11100 |
Color Harmonies of #088C05
Complementary color
Monochromatic Colors of #088C05
Black with #088C05
Text Example
Text Example
White with #088C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C05; }
p { color: rgb(8,140,5); }
H1.HeaderClassName
{
color: #088C05;
}
.AnyTagClassName
{
color: #088C05;
}
</style>
background-color css
<style>
a { background-color: #088C05; }
a { background-color: rgb(8,140,5); }
div.DivClassName
{
background-color: #088C05;
}
.BgClassName
{
background-color: #088C05;
}
</style>
border-color css
<style>
span { border-color: #088C05; }
span { border-color: rgb(8,140,5); }
td.TdClassName
{
border-color: #088C05;
}
.TagClassName
{
border-color: #088C05;
}
</style>