Shades of Green #128A00
Tints of Green #128A00
RGB
CMYK
RGB Variations
Color information
#128A00 (or 0x128A00) is known color: Green. HEX triplet: 12, 8A and 00. RGB value is (18,138,0). Sum of RGB (Red+Green+Blue) = 18+138+0=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 138 (54.30% from 255 or 88.46% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 138 - color contains mainly: green. Hex color #128A00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128A00 is #ED75FF. Grayscale: #565656. Windows color (decimal): -15562240 or 35346. OLE color: 35346.
HSL color Cylindrical-coordinate representation of color #128A00: hue angle of 112.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #128A00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.46 |
| HSL | 112.17º | 1% | 0.27% | - |
| HSV(B) | 112.17º | 1% | 0.54% | - |
| XYZ | 9.34 | 18.31 | 3.04 | - |
| YUV | 86.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 0 | 0.87 | 0 | 1 | 0.46 | 112.17 | 1 | 0.27 |
| Hex | 12 | 8A | 0 | 57 | 0 | 64 | 2E | 70 | 64 | 1B |
| Octal | 22 | 212 | 0 | 127 | 0 | 144 | 56 | 160 | 144 | 33 |
| Binary | 10010 | 10001010 | 0 | 1010111 | 0 | 1100100 | 101110 | 1110000 | 1100100 | 11011 |
Color Harmonies of #128A00
Complementary color
Monochromatic Colors of #128A00
Black with #128A00
Text Example
Text Example
White with #128A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A00; }
p { color: rgb(18,138,0); }
H1.HeaderClassName
{
color: #128A00;
}
.AnyTagClassName
{
color: #128A00;
}
</style>
background-color css
<style>
a { background-color: #128A00; }
a { background-color: rgb(18,138,0); }
div.DivClassName
{
background-color: #128A00;
}
.BgClassName
{
background-color: #128A00;
}
</style>
border-color css
<style>
span { border-color: #128A00; }
span { border-color: rgb(18,138,0); }
td.TdClassName
{
border-color: #128A00;
}
.TagClassName
{
border-color: #128A00;
}
</style>