Shades of Green #128802
Tints of Green #128802
RGB
CMYK
RGB Variations
Color information
#128802 (or 0x128802) is known color: Green. HEX triplet: 12, 88 and 02. RGB value is (18,136,2). Sum of RGB (Red+Green+Blue) = 18+136+2=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #128802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128802 is #ED77FD. Grayscale: #555555. Windows color (decimal): -15562750 or 165906. OLE color: 165906.
HSL color Cylindrical-coordinate representation of color #128802: hue angle of 112.84º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #128802 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.47 |
| HSL | 112.84º | 0.97% | 0.27% | - |
| HSV(B) | 112.84º | 0.99% | 0.53% | - |
| XYZ | 9.06 | 17.74 | 3 | - |
| YUV | 85.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 2 | 0.87 | 0 | 0.99 | 0.47 | 112.84 | 0.97 | 0.27 |
| Hex | 12 | 88 | 2 | 57 | 0 | 63 | 2F | 71 | 61 | 1B |
| Octal | 22 | 210 | 2 | 127 | 0 | 143 | 57 | 161 | 141 | 33 |
| Binary | 10010 | 10001000 | 10 | 1010111 | 0 | 1100011 | 101111 | 1110001 | 1100001 | 11011 |
Color Harmonies of #128802
Complementary color
Monochromatic Colors of #128802
Black with #128802
Text Example
Text Example
White with #128802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128802; }
p { color: rgb(18,136,2); }
H1.HeaderClassName
{
color: #128802;
}
.AnyTagClassName
{
color: #128802;
}
</style>
background-color css
<style>
a { background-color: #128802; }
a { background-color: rgb(18,136,2); }
div.DivClassName
{
background-color: #128802;
}
.BgClassName
{
background-color: #128802;
}
</style>
border-color css
<style>
span { border-color: #128802; }
span { border-color: rgb(18,136,2); }
td.TdClassName
{
border-color: #128802;
}
.TagClassName
{
border-color: #128802;
}
</style>