Shades of Lima #7AC008
Tints of Lima #7AC008
RGB
CMYK
RGB Variations
Color information
#7AC008 (or 0x7AC008) is known color: Lima. HEX triplet: 7A, C0 and 08. RGB value is (122,192,8). Sum of RGB (Red+Green+Blue) = 122+192+8=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC008 is #853FF7. Grayscale: #969696. Windows color (decimal): -8732664 or 573562. OLE color: 573562.
HSL color Cylindrical-coordinate representation of color #7AC008: hue angle of 82.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC008 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 8 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.25 |
| HSL | 82.83º | 0.92% | 0.39% | - |
| HSV(B) | 82.83º | 0.96% | 0.75% | - |
| XYZ | 26.92 | 41.85 | 6.89 | - |
| YUV | 150.09 | 47.81 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 8 | 0.36 | 0 | 0.96 | 0.25 | 82.83 | 0.92 | 0.39 |
| Hex | 7A | C0 | 8 | 24 | 0 | 60 | 19 | 53 | 5C | 27 |
| Octal | 172 | 300 | 10 | 44 | 0 | 140 | 31 | 123 | 134 | 47 |
| Binary | 1111010 | 11000000 | 1000 | 100100 | 0 | 1100000 | 11001 | 1010011 | 1011100 | 100111 |
Color Harmonies of #7AC008
Complementary color
Monochromatic Colors of #7AC008
Black with #7AC008
Text Example
Text Example
White with #7AC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC008; }
p { color: rgb(122,192,8); }
H1.HeaderClassName
{
color: #7AC008;
}
.AnyTagClassName
{
color: #7AC008;
}
</style>
background-color css
<style>
a { background-color: #7AC008; }
a { background-color: rgb(122,192,8); }
div.DivClassName
{
background-color: #7AC008;
}
.BgClassName
{
background-color: #7AC008;
}
</style>
border-color css
<style>
span { border-color: #7AC008; }
span { border-color: rgb(122,192,8); }
td.TdClassName
{
border-color: #7AC008;
}
.TagClassName
{
border-color: #7AC008;
}
</style>