Shades of Lima #79A21A
Tints of Lima #79A21A
RGB
CMYK
RGB Variations
Color information
#79A21A (or 0x79A21A) is known color: Lima. HEX triplet: 79, A2 and 1A. RGB value is (121,162,26). Sum of RGB (Red+Green+Blue) = 121+162+26=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #79A21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A21A is #865DE5. Grayscale: #868686. Windows color (decimal): -8805862 or 1745529. OLE color: 1745529.
HSL color Cylindrical-coordinate representation of color #79A21A: hue angle of 78.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79A21A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 26 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.36 |
| HSL | 78.09º | 0.72% | 0.37% | - |
| HSV(B) | 78.09º | 0.84% | 0.64% | - |
| XYZ | 20.99 | 29.98 | 5.66 | - |
| YUV | 134.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 26 | 0.25 | 0 | 0.84 | 0.36 | 78.09 | 0.72 | 0.37 |
| Hex | 79 | A2 | 1A | 19 | 0 | 54 | 24 | 4E | 48 | 25 |
| Octal | 171 | 242 | 32 | 31 | 0 | 124 | 44 | 116 | 110 | 45 |
| Binary | 1111001 | 10100010 | 11010 | 11001 | 0 | 1010100 | 100100 | 1001110 | 1001000 | 100101 |
Color Harmonies of #79A21A
Complementary color
Monochromatic Colors of #79A21A
Black with #79A21A
Text Example
Text Example
White with #79A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A21A; }
p { color: rgb(121,162,26); }
H1.HeaderClassName
{
color: #79A21A;
}
.AnyTagClassName
{
color: #79A21A;
}
</style>
background-color css
<style>
a { background-color: #79A21A; }
a { background-color: rgb(121,162,26); }
div.DivClassName
{
background-color: #79A21A;
}
.BgClassName
{
background-color: #79A21A;
}
</style>
border-color css
<style>
span { border-color: #79A21A; }
span { border-color: rgb(121,162,26); }
td.TdClassName
{
border-color: #79A21A;
}
.TagClassName
{
border-color: #79A21A;
}
</style>