Html Css Color HEX #7AA11A Lima

📋 copy color: '#7AA11A'

red 122 ◦ green 161 ◦ blue 26

#7AA11A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7AA11A

Tints of Lima #7AA11A

RGB

 RED value IS 122 (48.05% from 255) = 39.48%

 GREEN value IS 161 (63.28% from 255) = 52.1%

 BLUE value IS 26 (10.55% from 255) = 8.41%

R = 39.48%
G = 52.1%
B = 8.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7AA11A (or 0x7AA11A) is known color: Lima. HEX triplet: 7A, A1 and 1A. RGB value is (122,161,26). Sum of RGB (Red+Green+Blue) = 122+161+26=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA11A is #855EE5. Grayscale: #868686. Windows color (decimal): -8740582 or 1745274. OLE color: 1745274.

HSL color Cylindrical-coordinate representation of color #7AA11A: hue angle of 77.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AA11A is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 161 26 -
CMYK 0.24 0 0.84 0.37
HSL 77.33º 0.72% 0.37% -
HSV(B) 77.33º 0.84% 0.63% -
XYZ 20.96 29.7 5.61 -
YUV 133.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 122 161 26 0.24 0 0.84 0.37 77.33 0.72 0.37
Hex 7A A1 1A 18 0 54 25 4D 48 25
Octal 172 241 32 30 0 124 45 115 110 45
Binary 1111010 10100001 11010 11000 0 1010100 100101 1001101 1001000 100101

Color Harmonies of #7AA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA11A

Black with #7AA11A

Text Example


Text Example

White with #7AA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA11A; }

 p { color: rgb(122,161,26); }

 H1.HeaderClassName
 {
   color: #7AA11A;
 }
 .AnyTagClassName
 {
   color: #7AA11A;
 }
</style>

background-color css

<style>
 a { background-color: #7AA11A; }

 a { background-color: rgb(122,161,26); }

 div.DivClassName
 {
   background-color: #7AA11A;
 }
 .BgClassName
 {
   background-color: #7AA11A;
 }
</style>

border-color css

<style>
 span { border-color: #7AA11A; }

 span { border-color: rgb(122,161,26); }

 td.TdClassName
 {
   border-color: #7AA11A;
 }
 .TagClassName
 {
   border-color: #7AA11A;
 }
</style>