Shades of Green #127802
Tints of Green #127802
RGB
CMYK
RGB Variations
Color information
#127802 (or 0x127802) is known color: Green. HEX triplet: 12, 78 and 02. RGB value is (18,120,2). Sum of RGB (Red+Green+Blue) = 18+120+2=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 120 (47.27% from 255 or 85.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 120 - color contains mainly: green. Hex color #127802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127802 is #ED87FD. Grayscale: #4C4C4C. Windows color (decimal): -15566846 or 161810. OLE color: 161810.
HSL color Cylindrical-coordinate representation of color #127802: hue angle of 111.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127802 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 2 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.53 |
| HSL | 111.86º | 0.97% | 0.24% | - |
| HSV(B) | 111.86º | 0.98% | 0.47% | - |
| XYZ | 6.98 | 13.57 | 2.31 | - |
| YUV | 76.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 2 | 0.85 | 0 | 0.98 | 0.53 | 111.86 | 0.97 | 0.24 |
| Hex | 12 | 78 | 2 | 55 | 0 | 62 | 35 | 70 | 61 | 18 |
| Octal | 22 | 170 | 2 | 125 | 0 | 142 | 65 | 160 | 141 | 30 |
| Binary | 10010 | 1111000 | 10 | 1010101 | 0 | 1100010 | 110101 | 1110000 | 1100001 | 11000 |
Color Harmonies of #127802
Complementary color
Monochromatic Colors of #127802
Black with #127802
Text Example
Text Example
White with #127802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127802; }
p { color: rgb(18,120,2); }
H1.HeaderClassName
{
color: #127802;
}
.AnyTagClassName
{
color: #127802;
}
</style>
background-color css
<style>
a { background-color: #127802; }
a { background-color: rgb(18,120,2); }
div.DivClassName
{
background-color: #127802;
}
.BgClassName
{
background-color: #127802;
}
</style>
border-color css
<style>
span { border-color: #127802; }
span { border-color: rgb(18,120,2); }
td.TdClassName
{
border-color: #127802;
}
.TagClassName
{
border-color: #127802;
}
</style>