Shades of Lima #7ACB0A
Tints of Lima #7ACB0A
RGB
CMYK
RGB Variations
Color information
#7ACB0A (or 0x7ACB0A) is known color: Lima. HEX triplet: 7A, CB and 0A. RGB value is (122,203,10). Sum of RGB (Red+Green+Blue) = 122+203+10=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACB0A is #8534F5. Grayscale: #9D9D9D. Windows color (decimal): -8729846 or 707450. OLE color: 707450.
HSL color Cylindrical-coordinate representation of color #7ACB0A: hue angle of 85.18º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7ACB0A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.20 |
| HSL | 85.18º | 0.91% | 0.42% | - |
| HSV(B) | 85.18º | 0.95% | 0.8% | - |
| XYZ | 29.44 | 46.87 | 7.78 | - |
| YUV | 156.78 | 45.16 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 10 | 0.40 | 0 | 0.95 | 0.20 | 85.18 | 0.91 | 0.42 |
| Hex | 7A | CB | A | 28 | 0 | 5F | 14 | 55 | 5B | 2A |
| Octal | 172 | 313 | 12 | 50 | 0 | 137 | 24 | 125 | 133 | 52 |
| Binary | 1111010 | 11001011 | 1010 | 101000 | 0 | 1011111 | 10100 | 1010101 | 1011011 | 101010 |
Color Harmonies of #7ACB0A
Complementary color
Monochromatic Colors of #7ACB0A
Black with #7ACB0A
Text Example
Text Example
White with #7ACB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB0A; }
p { color: rgb(122,203,10); }
H1.HeaderClassName
{
color: #7ACB0A;
}
.AnyTagClassName
{
color: #7ACB0A;
}
</style>
background-color css
<style>
a { background-color: #7ACB0A; }
a { background-color: rgb(122,203,10); }
div.DivClassName
{
background-color: #7ACB0A;
}
.BgClassName
{
background-color: #7ACB0A;
}
</style>
border-color css
<style>
span { border-color: #7ACB0A; }
span { border-color: rgb(122,203,10); }
td.TdClassName
{
border-color: #7ACB0A;
}
.TagClassName
{
border-color: #7ACB0A;
}
</style>