Shades of Lima #7FAE0C
Tints of Lima #7FAE0C
RGB
CMYK
RGB Variations
Color information
#7FAE0C (or 0x7FAE0C) is known color: Lima. HEX triplet: 7F, AE and 0C. RGB value is (127,174,12). Sum of RGB (Red+Green+Blue) = 127+174+12=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAE0C is #8051F3. Grayscale: #8E8E8E. Windows color (decimal): -8409588 or 831103. OLE color: 831103.
HSL color Cylindrical-coordinate representation of color #7FAE0C: hue angle of 77.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FAE0C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 12 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.32 |
| HSL | 77.41º | 0.87% | 0.36% | - |
| HSV(B) | 77.41º | 0.93% | 0.68% | - |
| XYZ | 23.95 | 34.81 | 5.8 | - |
| YUV | 141.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 12 | 0.27 | 0 | 0.93 | 0.32 | 77.41 | 0.87 | 0.36 |
| Hex | 7F | AE | C | 1B | 0 | 5D | 20 | 4D | 57 | 24 |
| Octal | 177 | 256 | 14 | 33 | 0 | 135 | 40 | 115 | 127 | 44 |
| Binary | 1111111 | 10101110 | 1100 | 11011 | 0 | 1011101 | 100000 | 1001101 | 1010111 | 100100 |
Color Harmonies of #7FAE0C
Complementary color
Monochromatic Colors of #7FAE0C
Black with #7FAE0C
Text Example
Text Example
White with #7FAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE0C; }
p { color: rgb(127,174,12); }
H1.HeaderClassName
{
color: #7FAE0C;
}
.AnyTagClassName
{
color: #7FAE0C;
}
</style>
background-color css
<style>
a { background-color: #7FAE0C; }
a { background-color: rgb(127,174,12); }
div.DivClassName
{
background-color: #7FAE0C;
}
.BgClassName
{
background-color: #7FAE0C;
}
</style>
border-color css
<style>
span { border-color: #7FAE0C; }
span { border-color: rgb(127,174,12); }
td.TdClassName
{
border-color: #7FAE0C;
}
.TagClassName
{
border-color: #7FAE0C;
}
</style>