Shades of Green #128206
Tints of Green #128206
RGB
CMYK
RGB Variations
Color information
#128206 (or 0x128206) is known color: Green. HEX triplet: 12, 82 and 06. RGB value is (18,130,6). Sum of RGB (Red+Green+Blue) = 18+130+6=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #128206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128206 is #ED7DF9. Grayscale: #525252. Windows color (decimal): -15564282 or 426514. OLE color: 426514.
HSL color Cylindrical-coordinate representation of color #128206: hue angle of 114.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128206 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 6 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.49 |
| HSL | 114.19º | 0.91% | 0.27% | - |
| HSV(B) | 114.19º | 0.95% | 0.51% | - |
| XYZ | 8.26 | 16.11 | 2.85 | - |
| YUV | 82.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 6 | 0.86 | 0 | 0.95 | 0.49 | 114.19 | 0.91 | 0.27 |
| Hex | 12 | 82 | 6 | 56 | 0 | 5F | 31 | 72 | 5B | 1B |
| Octal | 22 | 202 | 6 | 126 | 0 | 137 | 61 | 162 | 133 | 33 |
| Binary | 10010 | 10000010 | 110 | 1010110 | 0 | 1011111 | 110001 | 1110010 | 1011011 | 11011 |
Color Harmonies of #128206
Complementary color
Monochromatic Colors of #128206
Black with #128206
Text Example
Text Example
White with #128206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128206; }
p { color: rgb(18,130,6); }
H1.HeaderClassName
{
color: #128206;
}
.AnyTagClassName
{
color: #128206;
}
</style>
background-color css
<style>
a { background-color: #128206; }
a { background-color: rgb(18,130,6); }
div.DivClassName
{
background-color: #128206;
}
.BgClassName
{
background-color: #128206;
}
</style>
border-color css
<style>
span { border-color: #128206; }
span { border-color: rgb(18,130,6); }
td.TdClassName
{
border-color: #128206;
}
.TagClassName
{
border-color: #128206;
}
</style>