Shades of Green #088A06
Tints of Green #088A06
RGB
CMYK
RGB Variations
Color information
#088A06 (or 0x088A06) is known color: Green. HEX triplet: 08, 8A and 06. RGB value is (8,138,6). Sum of RGB (Red+Green+Blue) = 8+138+6=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 138 (54.30% from 255 or 90.79% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 138 - color contains mainly: green. Hex color #088A06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088A06 is #F775F9. Grayscale: #545454. Windows color (decimal): -16217594 or 428552. OLE color: 428552.
HSL color Cylindrical-coordinate representation of color #088A06: hue angle of 119.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088A06 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 6 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.46 |
| HSL | 119.09º | 0.92% | 0.28% | - |
| HSV(B) | 119.09º | 0.96% | 0.54% | - |
| XYZ | 9.22 | 18.24 | 3.21 | - |
| YUV | 84.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 6 | 0.94 | 0 | 0.96 | 0.46 | 119.09 | 0.92 | 0.28 |
| Hex | 8 | 8A | 6 | 5E | 0 | 60 | 2E | 77 | 5C | 1C |
| Octal | 10 | 212 | 6 | 136 | 0 | 140 | 56 | 167 | 134 | 34 |
| Binary | 1000 | 10001010 | 110 | 1011110 | 0 | 1100000 | 101110 | 1110111 | 1011100 | 11100 |
Color Harmonies of #088A06
Complementary color
Monochromatic Colors of #088A06
Black with #088A06
Text Example
Text Example
White with #088A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A06; }
p { color: rgb(8,138,6); }
H1.HeaderClassName
{
color: #088A06;
}
.AnyTagClassName
{
color: #088A06;
}
</style>
background-color css
<style>
a { background-color: #088A06; }
a { background-color: rgb(8,138,6); }
div.DivClassName
{
background-color: #088A06;
}
.BgClassName
{
background-color: #088A06;
}
</style>
border-color css
<style>
span { border-color: #088A06; }
span { border-color: rgb(8,138,6); }
td.TdClassName
{
border-color: #088A06;
}
.TagClassName
{
border-color: #088A06;
}
</style>