Shades of Green #128C04
Tints of Green #128C04
RGB
CMYK
RGB Variations
Color information
#128C04 (or 0x128C04) is known color: Green. HEX triplet: 12, 8C and 04. RGB value is (18,140,4). Sum of RGB (Red+Green+Blue) = 18+140+4=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 140 (55.08% from 255 or 86.42% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 140 - color contains mainly: green. Hex color #128C04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C04 is #ED73FB. Grayscale: #585858. Windows color (decimal): -15561724 or 298002. OLE color: 298002.
HSL color Cylindrical-coordinate representation of color #128C04: hue angle of 113.82º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #128C04 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 4 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.45 |
| HSL | 113.82º | 0.94% | 0.28% | - |
| HSV(B) | 113.82º | 0.97% | 0.55% | - |
| XYZ | 9.65 | 18.89 | 3.25 | - |
| YUV | 88.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 4 | 0.87 | 0 | 0.97 | 0.45 | 113.82 | 0.94 | 0.28 |
| Hex | 12 | 8C | 4 | 57 | 0 | 61 | 2D | 72 | 5E | 1C |
| Octal | 22 | 214 | 4 | 127 | 0 | 141 | 55 | 162 | 136 | 34 |
| Binary | 10010 | 10001100 | 100 | 1010111 | 0 | 1100001 | 101101 | 1110010 | 1011110 | 11100 |
Color Harmonies of #128C04
Complementary color
Monochromatic Colors of #128C04
Black with #128C04
Text Example
Text Example
White with #128C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C04; }
p { color: rgb(18,140,4); }
H1.HeaderClassName
{
color: #128C04;
}
.AnyTagClassName
{
color: #128C04;
}
</style>
background-color css
<style>
a { background-color: #128C04; }
a { background-color: rgb(18,140,4); }
div.DivClassName
{
background-color: #128C04;
}
.BgClassName
{
background-color: #128C04;
}
</style>
border-color css
<style>
span { border-color: #128C04; }
span { border-color: rgb(18,140,4); }
td.TdClassName
{
border-color: #128C04;
}
.TagClassName
{
border-color: #128C04;
}
</style>