Shades of Lima #78AC26
Tints of Lima #78AC26
RGB
CMYK
RGB Variations
Color information
#78AC26 (or 0x78AC26) is known color: Lima. HEX triplet: 78, AC and 26. RGB value is (120,172,38). Sum of RGB (Red+Green+Blue) = 120+172+38=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC26 is #8753D9. Grayscale: #8D8D8D. Windows color (decimal): -8868826 or 2534520. OLE color: 2534520.
HSL color Cylindrical-coordinate representation of color #78AC26: hue angle of 83.28º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78AC26 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 38 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.33 |
| HSL | 83.28º | 0.64% | 0.41% | - |
| HSV(B) | 83.28º | 0.78% | 0.67% | - |
| XYZ | 22.85 | 33.64 | 7.12 | - |
| YUV | 141.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 38 | 0.30 | 0 | 0.78 | 0.33 | 83.28 | 0.64 | 0.41 |
| Hex | 78 | AC | 26 | 1E | 0 | 4E | 21 | 53 | 40 | 29 |
| Octal | 170 | 254 | 46 | 36 | 0 | 116 | 41 | 123 | 100 | 51 |
| Binary | 1111000 | 10101100 | 100110 | 11110 | 0 | 1001110 | 100001 | 1010011 | 1000000 | 101001 |
Color Harmonies of #78AC26
Complementary color
Monochromatic Colors of #78AC26
Black with #78AC26
Text Example
Text Example
White with #78AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC26; }
p { color: rgb(120,172,38); }
H1.HeaderClassName
{
color: #78AC26;
}
.AnyTagClassName
{
color: #78AC26;
}
</style>
background-color css
<style>
a { background-color: #78AC26; }
a { background-color: rgb(120,172,38); }
div.DivClassName
{
background-color: #78AC26;
}
.BgClassName
{
background-color: #78AC26;
}
</style>
border-color css
<style>
span { border-color: #78AC26; }
span { border-color: rgb(120,172,38); }
td.TdClassName
{
border-color: #78AC26;
}
.TagClassName
{
border-color: #78AC26;
}
</style>