Shades of Green #128009
Tints of Green #128009
RGB
CMYK
RGB Variations
Color information
#128009 (or 0x128009) is known color: Green. HEX triplet: 12, 80 and 09. RGB value is (18,128,9). Sum of RGB (Red+Green+Blue) = 18+128+9=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #128009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128009 is #ED7FF6. Grayscale: #515151. Windows color (decimal): -15564791 or 622610. OLE color: 622610.
HSL color Cylindrical-coordinate representation of color #128009: hue angle of 115.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128009 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 9 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.50 |
| HSL | 115.46º | 0.87% | 0.27% | - |
| HSV(B) | 115.46º | 0.93% | 0.5% | - |
| XYZ | 8.02 | 15.59 | 2.84 | - |
| YUV | 81.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 9 | 0.86 | 0 | 0.93 | 0.50 | 115.46 | 0.87 | 0.27 |
| Hex | 12 | 80 | 9 | 56 | 0 | 5D | 32 | 73 | 57 | 1B |
| Octal | 22 | 200 | 11 | 126 | 0 | 135 | 62 | 163 | 127 | 33 |
| Binary | 10010 | 10000000 | 1001 | 1010110 | 0 | 1011101 | 110010 | 1110011 | 1010111 | 11011 |
Color Harmonies of #128009
Complementary color
Monochromatic Colors of #128009
Black with #128009
Text Example
Text Example
White with #128009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128009; }
p { color: rgb(18,128,9); }
H1.HeaderClassName
{
color: #128009;
}
.AnyTagClassName
{
color: #128009;
}
</style>
background-color css
<style>
a { background-color: #128009; }
a { background-color: rgb(18,128,9); }
div.DivClassName
{
background-color: #128009;
}
.BgClassName
{
background-color: #128009;
}
</style>
border-color css
<style>
span { border-color: #128009; }
span { border-color: rgb(18,128,9); }
td.TdClassName
{
border-color: #128009;
}
.TagClassName
{
border-color: #128009;
}
</style>