Shades of Green #088C03
Tints of Green #088C03
RGB
CMYK
RGB Variations
Color information
#088C03 (or 0x088C03) is known color: Green. HEX triplet: 08, 8C and 03. RGB value is (8,140,3). Sum of RGB (Red+Green+Blue) = 8+140+3=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 140 (55.08% from 255 or 92.72% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 140 - color contains mainly: green. Hex color #088C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088C03 is #F773FC. Grayscale: #555555. Windows color (decimal): -16217085 or 232456. OLE color: 232456.
HSL color Cylindrical-coordinate representation of color #088C03: hue angle of 117.81º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #088C03 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 3 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.45 |
| HSL | 117.81º | 0.96% | 0.28% | - |
| HSV(B) | 117.81º | 0.98% | 0.55% | - |
| XYZ | 9.49 | 18.81 | 3.22 | - |
| YUV | 84.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 3 | 0.94 | 0 | 0.98 | 0.45 | 117.81 | 0.96 | 0.28 |
| Hex | 8 | 8C | 3 | 5E | 0 | 62 | 2D | 76 | 60 | 1C |
| Octal | 10 | 214 | 3 | 136 | 0 | 142 | 55 | 166 | 140 | 34 |
| Binary | 1000 | 10001100 | 11 | 1011110 | 0 | 1100010 | 101101 | 1110110 | 1100000 | 11100 |
Color Harmonies of #088C03
Complementary color
Monochromatic Colors of #088C03
Black with #088C03
Text Example
Text Example
White with #088C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C03; }
p { color: rgb(8,140,3); }
H1.HeaderClassName
{
color: #088C03;
}
.AnyTagClassName
{
color: #088C03;
}
</style>
background-color css
<style>
a { background-color: #088C03; }
a { background-color: rgb(8,140,3); }
div.DivClassName
{
background-color: #088C03;
}
.BgClassName
{
background-color: #088C03;
}
</style>
border-color css
<style>
span { border-color: #088C03; }
span { border-color: rgb(8,140,3); }
td.TdClassName
{
border-color: #088C03;
}
.TagClassName
{
border-color: #088C03;
}
</style>