Shades of Lima #7ACA13
Tints of Lima #7ACA13
RGB
CMYK
RGB Variations
Color information
#7ACA13 (or 0x7ACA13) is known color: Lima. HEX triplet: 7A, CA and 13. RGB value is (122,202,19). Sum of RGB (Red+Green+Blue) = 122+202+19=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACA13 is #8535EC. Grayscale: #9D9D9D. Windows color (decimal): -8730093 or 1297018. OLE color: 1297018.
HSL color Cylindrical-coordinate representation of color #7ACA13: hue angle of 86.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7ACA13 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
RGB | 122 | 202 | 19 | - |
CMYK | 0.40 | 0 | 0.91 | 0.21 |
HSL | 86.23º | 0.83% | 0.43% | - |
HSV(B) | 86.23º | 0.91% | 0.79% | - |
XYZ | 29.26 | 46.43 | 8.03 | - |
YUV | 157.22 | 50 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 202 | 19 | 0.40 | 0 | 0.91 | 0.21 | 86.23 | 0.83 | 0.43 |
Hex | 7A | CA | 13 | 28 | 0 | 5B | 15 | 56 | 53 | 2B |
Octal | 172 | 312 | 23 | 50 | 0 | 133 | 25 | 126 | 123 | 53 |
Binary | 1111010 | 11001010 | 10011 | 101000 | 0 | 1011011 | 10101 | 1010110 | 1010011 | 101011 |
Color Harmonies of #7ACA13
Complementary color
Monochromatic Colors of #7ACA13
Black with #7ACA13
Text Example
Text Example
White with #7ACA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACA13; }
p { color: rgb(122,202,19); }
H1.HeaderClassName
{
color: #7ACA13;
}
.AnyTagClassName
{
color: #7ACA13;
}
</style>
background-color css
<style>
a { background-color: #7ACA13; }
a { background-color: rgb(122,202,19); }
div.DivClassName
{
background-color: #7ACA13;
}
.BgClassName
{
background-color: #7ACA13;
}
</style>
border-color css
<style>
span { border-color: #7ACA13; }
span { border-color: rgb(122,202,19); }
td.TdClassName
{
border-color: #7ACA13;
}
.TagClassName
{
border-color: #7ACA13;
}
</style>