Shades of Lima #7FAE26
Tints of Lima #7FAE26
RGB
CMYK
RGB Variations
Color information
#7FAE26 (or 0x7FAE26) is known color: Lima. HEX triplet: 7F, AE and 26. RGB value is (127,174,38). Sum of RGB (Red+Green+Blue) = 127+174+38=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE26 is #8051D9. Grayscale: #909090. Windows color (decimal): -8409562 or 2535039. OLE color: 2535039.
HSL color Cylindrical-coordinate representation of color #7FAE26: hue angle of 80.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FAE26 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 38 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.32 |
| HSL | 80.74º | 0.64% | 0.42% | - |
| HSV(B) | 80.74º | 0.78% | 0.68% | - |
| XYZ | 24.24 | 34.92 | 7.3 | - |
| YUV | 144.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 38 | 0.27 | 0 | 0.78 | 0.32 | 80.74 | 0.64 | 0.42 |
| Hex | 7F | AE | 26 | 1B | 0 | 4E | 20 | 51 | 40 | 2A |
| Octal | 177 | 256 | 46 | 33 | 0 | 116 | 40 | 121 | 100 | 52 |
| Binary | 1111111 | 10101110 | 100110 | 11011 | 0 | 1001110 | 100000 | 1010001 | 1000000 | 101010 |
Color Harmonies of #7FAE26
Complementary color
Monochromatic Colors of #7FAE26
Black with #7FAE26
Text Example
Text Example
White with #7FAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE26; }
p { color: rgb(127,174,38); }
H1.HeaderClassName
{
color: #7FAE26;
}
.AnyTagClassName
{
color: #7FAE26;
}
</style>
background-color css
<style>
a { background-color: #7FAE26; }
a { background-color: rgb(127,174,38); }
div.DivClassName
{
background-color: #7FAE26;
}
.BgClassName
{
background-color: #7FAE26;
}
</style>
border-color css
<style>
span { border-color: #7FAE26; }
span { border-color: rgb(127,174,38); }
td.TdClassName
{
border-color: #7FAE26;
}
.TagClassName
{
border-color: #7FAE26;
}
</style>