Shades of Lima #7DAA12
Tints of Lima #7DAA12
RGB
CMYK
RGB Variations
Color information
#7DAA12 (or 0x7DAA12) is known color: Lima. HEX triplet: 7D, AA and 12. RGB value is (125,170,18). Sum of RGB (Red+Green+Blue) = 125+170+18=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAA12 is #8255ED. Grayscale: #8B8B8B. Windows color (decimal): -8541678 or 1223293. OLE color: 1223293.
HSL color Cylindrical-coordinate representation of color #7DAA12: hue angle of 77.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DAA12 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 18 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.33 |
| HSL | 77.76º | 0.81% | 0.37% | - |
| HSV(B) | 77.76º | 0.89% | 0.67% | - |
| XYZ | 22.94 | 33.15 | 5.76 | - |
| YUV | 139.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 18 | 0.26 | 0 | 0.89 | 0.33 | 77.76 | 0.81 | 0.37 |
| Hex | 7D | AA | 12 | 1A | 0 | 59 | 21 | 4E | 51 | 25 |
| Octal | 175 | 252 | 22 | 32 | 0 | 131 | 41 | 116 | 121 | 45 |
| Binary | 1111101 | 10101010 | 10010 | 11010 | 0 | 1011001 | 100001 | 1001110 | 1010001 | 100101 |
Color Harmonies of #7DAA12
Complementary color
Monochromatic Colors of #7DAA12
Black with #7DAA12
Text Example
Text Example
White with #7DAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA12; }
p { color: rgb(125,170,18); }
H1.HeaderClassName
{
color: #7DAA12;
}
.AnyTagClassName
{
color: #7DAA12;
}
</style>
background-color css
<style>
a { background-color: #7DAA12; }
a { background-color: rgb(125,170,18); }
div.DivClassName
{
background-color: #7DAA12;
}
.BgClassName
{
background-color: #7DAA12;
}
</style>
border-color css
<style>
span { border-color: #7DAA12; }
span { border-color: rgb(125,170,18); }
td.TdClassName
{
border-color: #7DAA12;
}
.TagClassName
{
border-color: #7DAA12;
}
</style>