Shades of Green #128404
Tints of Green #128404
RGB
CMYK
RGB Variations
Color information
#128404 (or 0x128404) is known color: Green. HEX triplet: 12, 84 and 04. RGB value is (18,132,4). Sum of RGB (Red+Green+Blue) = 18+132+4=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #128404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128404 is #ED7BFB. Grayscale: #535353. Windows color (decimal): -15563772 or 295954. OLE color: 295954.
HSL color Cylindrical-coordinate representation of color #128404: hue angle of 113.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #128404 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 4 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.48 |
| HSL | 113.44º | 0.94% | 0.27% | - |
| HSV(B) | 113.44º | 0.97% | 0.52% | - |
| XYZ | 8.52 | 16.64 | 2.88 | - |
| YUV | 83.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 4 | 0.86 | 0 | 0.97 | 0.48 | 113.44 | 0.94 | 0.27 |
| Hex | 12 | 84 | 4 | 56 | 0 | 61 | 30 | 71 | 5E | 1B |
| Octal | 22 | 204 | 4 | 126 | 0 | 141 | 60 | 161 | 136 | 33 |
| Binary | 10010 | 10000100 | 100 | 1010110 | 0 | 1100001 | 110000 | 1110001 | 1011110 | 11011 |
Color Harmonies of #128404
Complementary color
Monochromatic Colors of #128404
Black with #128404
Text Example
Text Example
White with #128404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128404; }
p { color: rgb(18,132,4); }
H1.HeaderClassName
{
color: #128404;
}
.AnyTagClassName
{
color: #128404;
}
</style>
background-color css
<style>
a { background-color: #128404; }
a { background-color: rgb(18,132,4); }
div.DivClassName
{
background-color: #128404;
}
.BgClassName
{
background-color: #128404;
}
</style>
border-color css
<style>
span { border-color: #128404; }
span { border-color: rgb(18,132,4); }
td.TdClassName
{
border-color: #128404;
}
.TagClassName
{
border-color: #128404;
}
</style>