Shades of Lima #7EAB09
Tints of Lima #7EAB09
RGB
CMYK
RGB Variations
Color information
#7EAB09 (or 0x7EAB09) is known color: Lima. HEX triplet: 7E, AB and 09. RGB value is (126,171,9). Sum of RGB (Red+Green+Blue) = 126+171+9=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAB09 is #8154F6. Grayscale: #8B8B8B. Windows color (decimal): -8475895 or 633726. OLE color: 633726.
HSL color Cylindrical-coordinate representation of color #7EAB09: hue angle of 76.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EAB09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.33 |
| HSL | 76.67º | 0.9% | 0.35% | - |
| HSV(B) | 76.67º | 0.95% | 0.67% | - |
| XYZ | 23.22 | 33.58 | 5.52 | - |
| YUV | 139.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 9 | 0.26 | 0 | 0.95 | 0.33 | 76.67 | 0.9 | 0.35 |
| Hex | 7E | AB | 9 | 1A | 0 | 5F | 21 | 4D | 5A | 23 |
| Octal | 176 | 253 | 11 | 32 | 0 | 137 | 41 | 115 | 132 | 43 |
| Binary | 1111110 | 10101011 | 1001 | 11010 | 0 | 1011111 | 100001 | 1001101 | 1011010 | 100011 |
Color Harmonies of #7EAB09
Complementary color
Monochromatic Colors of #7EAB09
Black with #7EAB09
Text Example
Text Example
White with #7EAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB09; }
p { color: rgb(126,171,9); }
H1.HeaderClassName
{
color: #7EAB09;
}
.AnyTagClassName
{
color: #7EAB09;
}
</style>
background-color css
<style>
a { background-color: #7EAB09; }
a { background-color: rgb(126,171,9); }
div.DivClassName
{
background-color: #7EAB09;
}
.BgClassName
{
background-color: #7EAB09;
}
</style>
border-color css
<style>
span { border-color: #7EAB09; }
span { border-color: rgb(126,171,9); }
td.TdClassName
{
border-color: #7EAB09;
}
.TagClassName
{
border-color: #7EAB09;
}
</style>