Shades of Lima #7FAA01
Tints of Lima #7FAA01
RGB
CMYK
RGB Variations
Color information
#7FAA01 (or 0x7FAA01) is known color: Lima. HEX triplet: 7F, AA and 01. RGB value is (127,170,1). Sum of RGB (Red+Green+Blue) = 127+170+1=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA01 is #8055FE. Grayscale: #8A8A8A. Windows color (decimal): -8410623 or 109183. OLE color: 109183.
HSL color Cylindrical-coordinate representation of color #7FAA01: hue angle of 75.27º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FAA01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.33 |
| HSL | 75.27º | 0.99% | 0.34% | - |
| HSV(B) | 75.27º | 0.99% | 0.67% | - |
| XYZ | 23.13 | 33.26 | 5.23 | - |
| YUV | 137.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 1 | 0.25 | 0 | 0.99 | 0.33 | 75.27 | 0.99 | 0.34 |
| Hex | 7F | AA | 1 | 19 | 0 | 63 | 21 | 4B | 63 | 22 |
| Octal | 177 | 252 | 1 | 31 | 0 | 143 | 41 | 113 | 143 | 42 |
| Binary | 1111111 | 10101010 | 1 | 11001 | 0 | 1100011 | 100001 | 1001011 | 1100011 | 100010 |
Color Harmonies of #7FAA01
Complementary color
Monochromatic Colors of #7FAA01
Black with #7FAA01
Text Example
Text Example
White with #7FAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA01; }
p { color: rgb(127,170,1); }
H1.HeaderClassName
{
color: #7FAA01;
}
.AnyTagClassName
{
color: #7FAA01;
}
</style>
background-color css
<style>
a { background-color: #7FAA01; }
a { background-color: rgb(127,170,1); }
div.DivClassName
{
background-color: #7FAA01;
}
.BgClassName
{
background-color: #7FAA01;
}
</style>
border-color css
<style>
span { border-color: #7FAA01; }
span { border-color: rgb(127,170,1); }
td.TdClassName
{
border-color: #7FAA01;
}
.TagClassName
{
border-color: #7FAA01;
}
</style>