Shades of Green #088B18
Tints of Green #088B18
RGB
CMYK
RGB Variations
Color information
#088B18 (or 0x088B18) is known color: Green. HEX triplet: 08, 8B and 18. RGB value is (8,139,24). Sum of RGB (Red+Green+Blue) = 8+139+24=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 139 (54.69% from 255 or 81.29% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 139 - color contains mainly: green. Hex color #088B18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088B18 is #F774E7. Grayscale: #575757. Windows color (decimal): -16217320 or 1608456. OLE color: 1608456.
HSL color Cylindrical-coordinate representation of color #088B18: hue angle of 127.33º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B18 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 24 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.45 |
| HSL | 127.33º | 0.89% | 0.29% | - |
| HSV(B) | 127.33º | 0.94% | 0.55% | - |
| XYZ | 9.5 | 18.58 | 3.95 | - |
| YUV | 86.72 | 92.6 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 24 | 0.94 | 0 | 0.83 | 0.45 | 127.33 | 0.89 | 0.29 |
| Hex | 8 | 8B | 18 | 5E | 0 | 53 | 2D | 7F | 59 | 1D |
| Octal | 10 | 213 | 30 | 136 | 0 | 123 | 55 | 177 | 131 | 35 |
| Binary | 1000 | 10001011 | 11000 | 1011110 | 0 | 1010011 | 101101 | 1111111 | 1011001 | 11101 |
Color Harmonies of #088B18
Complementary color
Monochromatic Colors of #088B18
Black with #088B18
Text Example
Text Example
White with #088B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B18; }
p { color: rgb(8,139,24); }
H1.HeaderClassName
{
color: #088B18;
}
.AnyTagClassName
{
color: #088B18;
}
</style>
background-color css
<style>
a { background-color: #088B18; }
a { background-color: rgb(8,139,24); }
div.DivClassName
{
background-color: #088B18;
}
.BgClassName
{
background-color: #088B18;
}
</style>
border-color css
<style>
span { border-color: #088B18; }
span { border-color: rgb(8,139,24); }
td.TdClassName
{
border-color: #088B18;
}
.TagClassName
{
border-color: #088B18;
}
</style>