Html Css Color HEX #7AAA20 Lima

📋 copy color: '#7AAA20'

red 122 ◦ green 170 ◦ blue 32

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

Shades of Lima #7AAA20

Tints of Lima #7AAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 37.65%
G = 52.47%
B = 9.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7AAA20 (or 0x7AAA20) is known color: Lima. HEX triplet: 7A, AA and 20. RGB value is (122,170,32). Sum of RGB (Red+Green+Blue) = 122+170+32=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA20 is #8555DF. Grayscale: #8C8C8C. Windows color (decimal): -8738272 or 2140794. OLE color: 2140794.

HSL color Cylindrical-coordinate representation of color #7AAA20: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AAA20 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 32 -
CMYK 0.28 0 0.81 0.33
HSL 80.87º 0.68% 0.4% -
HSV(B) 80.87º 0.81% 0.67% -
XYZ 22.66 32.99 6.54 -
YUV 139.92 67.1 115.22 -
System Red Green Blue C M Y K H S L
Decimal 122 170 32 0.28 0 0.81 0.33 80.87 0.68 0.4
Hex 7A AA 20 1C 0 51 21 51 44 28
Octal 172 252 40 34 0 121 41 121 104 50
Binary 1111010 10101010 100000 11100 0 1010001 100001 1010001 1000100 101000

Color Harmonies of #7AAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA20

Black with #7AAA20

Text Example


Text Example

White with #7AAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,32); }

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

background-color css

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

 a { background-color: rgb(122,170,32); }

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

border-color css

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

 span { border-color: rgb(122,170,32); }

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