Shades of Lima #7AC908
Tints of Lima #7AC908
RGB
CMYK
RGB Variations
Color information
#7AC908 (or 0x7AC908) is known color: Lima. HEX triplet: 7A, C9 and 08. RGB value is (122,201,8). Sum of RGB (Red+Green+Blue) = 122+201+8=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC908 is #8536F7. Grayscale: #9C9C9C. Windows color (decimal): -8730360 or 575866. OLE color: 575866.
HSL color Cylindrical-coordinate representation of color #7AC908: hue angle of 84.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC908 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.21 |
| HSL | 84.56º | 0.92% | 0.41% | - |
| HSV(B) | 84.56º | 0.96% | 0.79% | - |
| XYZ | 28.96 | 45.93 | 7.57 | - |
| YUV | 155.38 | 44.83 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 8 | 0.39 | 0 | 0.96 | 0.21 | 84.56 | 0.92 | 0.41 |
| Hex | 7A | C9 | 8 | 27 | 0 | 60 | 15 | 55 | 5C | 29 |
| Octal | 172 | 311 | 10 | 47 | 0 | 140 | 25 | 125 | 134 | 51 |
| Binary | 1111010 | 11001001 | 1000 | 100111 | 0 | 1100000 | 10101 | 1010101 | 1011100 | 101001 |
Color Harmonies of #7AC908
Complementary color
Monochromatic Colors of #7AC908
Black with #7AC908
Text Example
Text Example
White with #7AC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC908; }
p { color: rgb(122,201,8); }
H1.HeaderClassName
{
color: #7AC908;
}
.AnyTagClassName
{
color: #7AC908;
}
</style>
background-color css
<style>
a { background-color: #7AC908; }
a { background-color: rgb(122,201,8); }
div.DivClassName
{
background-color: #7AC908;
}
.BgClassName
{
background-color: #7AC908;
}
</style>
border-color css
<style>
span { border-color: #7AC908; }
span { border-color: rgb(122,201,8); }
td.TdClassName
{
border-color: #7AC908;
}
.TagClassName
{
border-color: #7AC908;
}
</style>