Shades of Lima #7ACE06
Tints of Lima #7ACE06
RGB
CMYK
RGB Variations
Color information
#7ACE06 (or 0x7ACE06) is known color: Lima. HEX triplet: 7A, CE and 06. RGB value is (122,206,6). Sum of RGB (Red+Green+Blue) = 122+206+6=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACE06 is #8531F9. Grayscale: #9E9E9E. Windows color (decimal): -8729082 or 446074. OLE color: 446074.
HSL color Cylindrical-coordinate representation of color #7ACE06: hue angle of 85.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7ACE06 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 6 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.19 |
| HSL | 85.2º | 0.94% | 0.42% | - |
| HSV(B) | 85.2º | 0.97% | 0.81% | - |
| XYZ | 30.13 | 48.29 | 7.91 | - |
| YUV | 158.08 | 42.17 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 6 | 0.41 | 0 | 0.97 | 0.19 | 85.2 | 0.94 | 0.42 |
| Hex | 7A | CE | 6 | 29 | 0 | 61 | 13 | 55 | 5E | 2A |
| Octal | 172 | 316 | 6 | 51 | 0 | 141 | 23 | 125 | 136 | 52 |
| Binary | 1111010 | 11001110 | 110 | 101001 | 0 | 1100001 | 10011 | 1010101 | 1011110 | 101010 |
Color Harmonies of #7ACE06
Complementary color
Monochromatic Colors of #7ACE06
Black with #7ACE06
Text Example
Text Example
White with #7ACE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE06; }
p { color: rgb(122,206,6); }
H1.HeaderClassName
{
color: #7ACE06;
}
.AnyTagClassName
{
color: #7ACE06;
}
</style>
background-color css
<style>
a { background-color: #7ACE06; }
a { background-color: rgb(122,206,6); }
div.DivClassName
{
background-color: #7ACE06;
}
.BgClassName
{
background-color: #7ACE06;
}
</style>
border-color css
<style>
span { border-color: #7ACE06; }
span { border-color: rgb(122,206,6); }
td.TdClassName
{
border-color: #7ACE06;
}
.TagClassName
{
border-color: #7ACE06;
}
</style>