Shades of Lima #7FAA0C
Tints of Lima #7FAA0C
RGB
CMYK
RGB Variations
Color information
#7FAA0C (or 0x7FAA0C) is known color: Lima. HEX triplet: 7F, AA and 0C. RGB value is (127,170,12). Sum of RGB (Red+Green+Blue) = 127+170+12=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA0C is #8055F3. Grayscale: #8B8B8B. Windows color (decimal): -8410612 or 830079. OLE color: 830079.
HSL color Cylindrical-coordinate representation of color #7FAA0C: hue angle of 76.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FAA0C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 12 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.33 |
| HSL | 76.33º | 0.87% | 0.36% | - |
| HSV(B) | 76.33º | 0.93% | 0.67% | - |
| XYZ | 23.19 | 33.29 | 5.55 | - |
| YUV | 139.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 12 | 0.25 | 0 | 0.93 | 0.33 | 76.33 | 0.87 | 0.36 |
| Hex | 7F | AA | C | 19 | 0 | 5D | 21 | 4C | 57 | 24 |
| Octal | 177 | 252 | 14 | 31 | 0 | 135 | 41 | 114 | 127 | 44 |
| Binary | 1111111 | 10101010 | 1100 | 11001 | 0 | 1011101 | 100001 | 1001100 | 1010111 | 100100 |
Color Harmonies of #7FAA0C
Complementary color
Monochromatic Colors of #7FAA0C
Black with #7FAA0C
Text Example
Text Example
White with #7FAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA0C; }
p { color: rgb(127,170,12); }
H1.HeaderClassName
{
color: #7FAA0C;
}
.AnyTagClassName
{
color: #7FAA0C;
}
</style>
background-color css
<style>
a { background-color: #7FAA0C; }
a { background-color: rgb(127,170,12); }
div.DivClassName
{
background-color: #7FAA0C;
}
.BgClassName
{
background-color: #7FAA0C;
}
</style>
border-color css
<style>
span { border-color: #7FAA0C; }
span { border-color: rgb(127,170,12); }
td.TdClassName
{
border-color: #7FAA0C;
}
.TagClassName
{
border-color: #7FAA0C;
}
</style>