Shades of Green #128601
Tints of Green #128601
RGB
CMYK
RGB Variations
Color information
#128601 (or 0x128601) is known color: Green. HEX triplet: 12, 86 and 01. RGB value is (18,134,1). Sum of RGB (Red+Green+Blue) = 18+134+1=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 134 (52.73% from 255 or 87.58% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 134 - color contains mainly: green. Hex color #128601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128601 is #ED79FE. Grayscale: #545454. Windows color (decimal): -15563263 or 99858. OLE color: 99858.
HSL color Cylindrical-coordinate representation of color #128601: hue angle of 112.33º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #128601 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.47 |
| HSL | 112.33º | 0.99% | 0.26% | - |
| HSV(B) | 112.33º | 0.99% | 0.53% | - |
| XYZ | 8.78 | 17.18 | 2.88 | - |
| YUV | 84.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 1 | 0.87 | 0 | 0.99 | 0.47 | 112.33 | 0.99 | 0.26 |
| Hex | 12 | 86 | 1 | 57 | 0 | 63 | 2F | 70 | 63 | 1A |
| Octal | 22 | 206 | 1 | 127 | 0 | 143 | 57 | 160 | 143 | 32 |
| Binary | 10010 | 10000110 | 1 | 1010111 | 0 | 1100011 | 101111 | 1110000 | 1100011 | 11010 |
Color Harmonies of #128601
Complementary color
Monochromatic Colors of #128601
Black with #128601
Text Example
Text Example
White with #128601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128601; }
p { color: rgb(18,134,1); }
H1.HeaderClassName
{
color: #128601;
}
.AnyTagClassName
{
color: #128601;
}
</style>
background-color css
<style>
a { background-color: #128601; }
a { background-color: rgb(18,134,1); }
div.DivClassName
{
background-color: #128601;
}
.BgClassName
{
background-color: #128601;
}
</style>
border-color css
<style>
span { border-color: #128601; }
span { border-color: rgb(18,134,1); }
td.TdClassName
{
border-color: #128601;
}
.TagClassName
{
border-color: #128601;
}
</style>