Shades of Lima #78AA20
Tints of Lima #78AA20
RGB
CMYK
RGB Variations
Color information
#78AA20 (or 0x78AA20) is known color: Lima. HEX triplet: 78, AA and 20. RGB value is (120,170,32). Sum of RGB (Red+Green+Blue) = 120+170+32=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA20 is #8755DF. Grayscale: #8B8B8B. Windows color (decimal): -8869344 or 2140792. OLE color: 2140792.
HSL color Cylindrical-coordinate representation of color #78AA20: hue angle of 81.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78AA20 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 32 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.33 |
| HSL | 81.74º | 0.68% | 0.4% | - |
| HSV(B) | 81.74º | 0.81% | 0.67% | - |
| XYZ | 22.38 | 32.85 | 6.53 | - |
| YUV | 139.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 32 | 0.29 | 0 | 0.81 | 0.33 | 81.74 | 0.68 | 0.4 |
| Hex | 78 | AA | 20 | 1D | 0 | 51 | 21 | 52 | 44 | 28 |
| Octal | 170 | 252 | 40 | 35 | 0 | 121 | 41 | 122 | 104 | 50 |
| Binary | 1111000 | 10101010 | 100000 | 11101 | 0 | 1010001 | 100001 | 1010010 | 1000100 | 101000 |
Color Harmonies of #78AA20
Complementary color
Monochromatic Colors of #78AA20
Black with #78AA20
Text Example
Text Example
White with #78AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA20; }
p { color: rgb(120,170,32); }
H1.HeaderClassName
{
color: #78AA20;
}
.AnyTagClassName
{
color: #78AA20;
}
</style>
background-color css
<style>
a { background-color: #78AA20; }
a { background-color: rgb(120,170,32); }
div.DivClassName
{
background-color: #78AA20;
}
.BgClassName
{
background-color: #78AA20;
}
</style>
border-color css
<style>
span { border-color: #78AA20; }
span { border-color: rgb(120,170,32); }
td.TdClassName
{
border-color: #78AA20;
}
.TagClassName
{
border-color: #78AA20;
}
</style>