Shades of Lima #7ACD08
Tints of Lima #7ACD08
RGB
CMYK
RGB Variations
Color information
#7ACD08 (or 0x7ACD08) is known color: Lima. HEX triplet: 7A, CD and 08. RGB value is (122,205,8). Sum of RGB (Red+Green+Blue) = 122+205+8=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACD08 is #8532F7. Grayscale: #9E9E9E. Windows color (decimal): -8729336 or 576890. OLE color: 576890.
HSL color Cylindrical-coordinate representation of color #7ACD08: hue angle of 85.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7ACD08 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.20 |
| HSL | 85.28º | 0.92% | 0.42% | - |
| HSV(B) | 85.28º | 0.96% | 0.8% | - |
| XYZ | 29.9 | 47.82 | 7.88 | - |
| YUV | 157.73 | 43.5 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 8 | 0.40 | 0 | 0.96 | 0.20 | 85.28 | 0.92 | 0.42 |
| Hex | 7A | CD | 8 | 28 | 0 | 60 | 14 | 55 | 5C | 2A |
| Octal | 172 | 315 | 10 | 50 | 0 | 140 | 24 | 125 | 134 | 52 |
| Binary | 1111010 | 11001101 | 1000 | 101000 | 0 | 1100000 | 10100 | 1010101 | 1011100 | 101010 |
Color Harmonies of #7ACD08
Complementary color
Monochromatic Colors of #7ACD08
Black with #7ACD08
Text Example
Text Example
White with #7ACD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD08; }
p { color: rgb(122,205,8); }
H1.HeaderClassName
{
color: #7ACD08;
}
.AnyTagClassName
{
color: #7ACD08;
}
</style>
background-color css
<style>
a { background-color: #7ACD08; }
a { background-color: rgb(122,205,8); }
div.DivClassName
{
background-color: #7ACD08;
}
.BgClassName
{
background-color: #7ACD08;
}
</style>
border-color css
<style>
span { border-color: #7ACD08; }
span { border-color: rgb(122,205,8); }
td.TdClassName
{
border-color: #7ACD08;
}
.TagClassName
{
border-color: #7ACD08;
}
</style>