Shades of Lima #7FAA08
Tints of Lima #7FAA08
RGB
CMYK
RGB Variations
Color information
#7FAA08 (or 0x7FAA08) is known color: Lima. HEX triplet: 7F, AA and 08. RGB value is (127,170,8). Sum of RGB (Red+Green+Blue) = 127+170+8=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA08 is #8055F7. Grayscale: #8B8B8B. Windows color (decimal): -8410616 or 567935. OLE color: 567935.
HSL color Cylindrical-coordinate representation of color #7FAA08: hue angle of 75.93º degrees, saturation: 0.91, 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 #7FAA08 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.33 |
| HSL | 75.93º | 0.91% | 0.35% | - |
| HSV(B) | 75.93º | 0.95% | 0.67% | - |
| XYZ | 23.17 | 33.28 | 5.43 | - |
| YUV | 138.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 8 | 0.25 | 0 | 0.95 | 0.33 | 75.93 | 0.91 | 0.35 |
| Hex | 7F | AA | 8 | 19 | 0 | 5F | 21 | 4C | 5B | 23 |
| Octal | 177 | 252 | 10 | 31 | 0 | 137 | 41 | 114 | 133 | 43 |
| Binary | 1111111 | 10101010 | 1000 | 11001 | 0 | 1011111 | 100001 | 1001100 | 1011011 | 100011 |
Color Harmonies of #7FAA08
Complementary color
Monochromatic Colors of #7FAA08
Black with #7FAA08
Text Example
Text Example
White with #7FAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA08; }
p { color: rgb(127,170,8); }
H1.HeaderClassName
{
color: #7FAA08;
}
.AnyTagClassName
{
color: #7FAA08;
}
</style>
background-color css
<style>
a { background-color: #7FAA08; }
a { background-color: rgb(127,170,8); }
div.DivClassName
{
background-color: #7FAA08;
}
.BgClassName
{
background-color: #7FAA08;
}
</style>
border-color css
<style>
span { border-color: #7FAA08; }
span { border-color: rgb(127,170,8); }
td.TdClassName
{
border-color: #7FAA08;
}
.TagClassName
{
border-color: #7FAA08;
}
</style>