Shades of Lima #7FAA1D
Tints of Lima #7FAA1D
RGB
CMYK
RGB Variations
Color information
#7FAA1D (or 0x7FAA1D) is known color: Lima. HEX triplet: 7F, AA and 1D. RGB value is (127,170,29). Sum of RGB (Red+Green+Blue) = 127+170+29=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA1D is #8055E2. Grayscale: #8D8D8D. Windows color (decimal): -8410595 or 1944191. OLE color: 1944191.
HSL color Cylindrical-coordinate representation of color #7FAA1D: hue angle of 78.3º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FAA1D is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 29 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.33 |
| HSL | 78.3º | 0.71% | 0.39% | - |
| HSV(B) | 78.3º | 0.83% | 0.67% | - |
| XYZ | 23.35 | 33.35 | 6.37 | - |
| YUV | 141.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 29 | 0.25 | 0 | 0.83 | 0.33 | 78.3 | 0.71 | 0.39 |
| Hex | 7F | AA | 1D | 19 | 0 | 53 | 21 | 4E | 47 | 27 |
| Octal | 177 | 252 | 35 | 31 | 0 | 123 | 41 | 116 | 107 | 47 |
| Binary | 1111111 | 10101010 | 11101 | 11001 | 0 | 1010011 | 100001 | 1001110 | 1000111 | 100111 |
Color Harmonies of #7FAA1D
Complementary color
Monochromatic Colors of #7FAA1D
Black with #7FAA1D
Text Example
Text Example
White with #7FAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA1D; }
p { color: rgb(127,170,29); }
H1.HeaderClassName
{
color: #7FAA1D;
}
.AnyTagClassName
{
color: #7FAA1D;
}
</style>
background-color css
<style>
a { background-color: #7FAA1D; }
a { background-color: rgb(127,170,29); }
div.DivClassName
{
background-color: #7FAA1D;
}
.BgClassName
{
background-color: #7FAA1D;
}
</style>
border-color css
<style>
span { border-color: #7FAA1D; }
span { border-color: rgb(127,170,29); }
td.TdClassName
{
border-color: #7FAA1D;
}
.TagClassName
{
border-color: #7FAA1D;
}
</style>