Shades of Green #128608
Tints of Green #128608
RGB
CMYK
RGB Variations
Color information
#128608 (or 0x128608) is known color: Green. HEX triplet: 12, 86 and 08. RGB value is (18,134,8). Sum of RGB (Red+Green+Blue) = 18+134+8=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 134 (52.73% from 255 or 83.75% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 134 - color contains mainly: green. Hex color #128608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128608 is #ED79F7. Grayscale: #555555. Windows color (decimal): -15563256 or 558610. OLE color: 558610.
HSL color Cylindrical-coordinate representation of color #128608: hue angle of 115.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #128608 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 8 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.47 |
| HSL | 115.24º | 0.89% | 0.28% | - |
| HSV(B) | 115.24º | 0.94% | 0.53% | - |
| XYZ | 8.82 | 17.2 | 3.08 | - |
| YUV | 84.95 | 84.57 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 8 | 0.87 | 0 | 0.94 | 0.47 | 115.24 | 0.89 | 0.28 |
| Hex | 12 | 86 | 8 | 57 | 0 | 5E | 2F | 73 | 59 | 1C |
| Octal | 22 | 206 | 10 | 127 | 0 | 136 | 57 | 163 | 131 | 34 |
| Binary | 10010 | 10000110 | 1000 | 1010111 | 0 | 1011110 | 101111 | 1110011 | 1011001 | 11100 |
Color Harmonies of #128608
Complementary color
Monochromatic Colors of #128608
Black with #128608
Text Example
Text Example
White with #128608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128608; }
p { color: rgb(18,134,8); }
H1.HeaderClassName
{
color: #128608;
}
.AnyTagClassName
{
color: #128608;
}
</style>
background-color css
<style>
a { background-color: #128608; }
a { background-color: rgb(18,134,8); }
div.DivClassName
{
background-color: #128608;
}
.BgClassName
{
background-color: #128608;
}
</style>
border-color css
<style>
span { border-color: #128608; }
span { border-color: rgb(18,134,8); }
td.TdClassName
{
border-color: #128608;
}
.TagClassName
{
border-color: #128608;
}
</style>