Shades of Green #127902
Tints of Green #127902
RGB
CMYK
RGB Variations
Color information
#127902 (or 0x127902) is known color: Green. HEX triplet: 12, 79 and 02. RGB value is (18,121,2). Sum of RGB (Red+Green+Blue) = 18+121+2=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 121 (47.66% from 255 or 85.82% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 121 - color contains mainly: green. Hex color #127902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127902 is #ED86FD. Grayscale: #4D4D4D. Windows color (decimal): -15566590 or 162066. OLE color: 162066.
HSL color Cylindrical-coordinate representation of color #127902: hue angle of 111.93º 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 #127902 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 2 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.53 |
| HSL | 111.93º | 0.97% | 0.24% | - |
| HSV(B) | 111.93º | 0.98% | 0.47% | - |
| XYZ | 7.1 | 13.81 | 2.35 | - |
| YUV | 76.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 2 | 0.85 | 0 | 0.98 | 0.53 | 111.93 | 0.97 | 0.24 |
| Hex | 12 | 79 | 2 | 55 | 0 | 62 | 35 | 70 | 61 | 18 |
| Octal | 22 | 171 | 2 | 125 | 0 | 142 | 65 | 160 | 141 | 30 |
| Binary | 10010 | 1111001 | 10 | 1010101 | 0 | 1100010 | 110101 | 1110000 | 1100001 | 11000 |
Color Harmonies of #127902
Complementary color
Monochromatic Colors of #127902
Black with #127902
Text Example
Text Example
White with #127902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127902; }
p { color: rgb(18,121,2); }
H1.HeaderClassName
{
color: #127902;
}
.AnyTagClassName
{
color: #127902;
}
</style>
background-color css
<style>
a { background-color: #127902; }
a { background-color: rgb(18,121,2); }
div.DivClassName
{
background-color: #127902;
}
.BgClassName
{
background-color: #127902;
}
</style>
border-color css
<style>
span { border-color: #127902; }
span { border-color: rgb(18,121,2); }
td.TdClassName
{
border-color: #127902;
}
.TagClassName
{
border-color: #127902;
}
</style>