Shades of Green #128510
Tints of Green #128510
RGB
CMYK
RGB Variations
Color information
#128510 (or 0x128510) is known color: Green. HEX triplet: 12, 85 and 10. RGB value is (18,133,16). Sum of RGB (Red+Green+Blue) = 18+133+16=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #128510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128510 is #ED7AEF. Grayscale: #555555. Windows color (decimal): -15563504 or 1082642. OLE color: 1082642.
HSL color Cylindrical-coordinate representation of color #128510: hue angle of 118.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128510 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 16 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.48 |
| HSL | 118.97º | 0.79% | 0.29% | - |
| HSV(B) | 118.97º | 0.88% | 0.52% | - |
| XYZ | 8.73 | 16.94 | 3.3 | - |
| YUV | 85.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 16 | 0.86 | 0 | 0.88 | 0.48 | 118.97 | 0.79 | 0.29 |
| Hex | 12 | 85 | 10 | 56 | 0 | 58 | 30 | 77 | 4F | 1D |
| Octal | 22 | 205 | 20 | 126 | 0 | 130 | 60 | 167 | 117 | 35 |
| Binary | 10010 | 10000101 | 10000 | 1010110 | 0 | 1011000 | 110000 | 1110111 | 1001111 | 11101 |
Color Harmonies of #128510
Complementary color
Monochromatic Colors of #128510
Black with #128510
Text Example
Text Example
White with #128510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128510; }
p { color: rgb(18,133,16); }
H1.HeaderClassName
{
color: #128510;
}
.AnyTagClassName
{
color: #128510;
}
</style>
background-color css
<style>
a { background-color: #128510; }
a { background-color: rgb(18,133,16); }
div.DivClassName
{
background-color: #128510;
}
.BgClassName
{
background-color: #128510;
}
</style>
border-color css
<style>
span { border-color: #128510; }
span { border-color: rgb(18,133,16); }
td.TdClassName
{
border-color: #128510;
}
.TagClassName
{
border-color: #128510;
}
</style>