Html Css Color HEX #7AC520 Lima

📋 copy color: '#7AC520'

red 122 ◦ green 197 ◦ blue 32

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

Shades of Lima #7AC520

Tints of Lima #7AC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.13%

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

R = 34.76%
G = 56.13%
B = 9.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#7AC520 (or 0x7AC520) is known color: Lima. HEX triplet: 7A, C5 and 20. RGB value is (122,197,32). Sum of RGB (Red+Green+Blue) = 122+197+32=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC520 is #853ADF. Grayscale: #9C9C9C. Windows color (decimal): -8731360 or 2147706. OLE color: 2147706.

HSL color Cylindrical-coordinate representation of color #7AC520: hue angle of 87.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AC520 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 32 -
CMYK 0.38 0 0.84 0.23
HSL 87.27º 0.72% 0.45% -
HSV(B) 87.27º 0.84% 0.77% -
XYZ 28.25 44.17 8.4 -
YUV 155.77 58.15 103.92 -
System Red Green Blue C M Y K H S L
Decimal 122 197 32 0.38 0 0.84 0.23 87.27 0.72 0.45
Hex 7A C5 20 26 0 54 17 57 48 2D
Octal 172 305 40 46 0 124 27 127 110 55
Binary 1111010 11000101 100000 100110 0 1010100 10111 1010111 1001000 101101

Color Harmonies of #7AC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC520

Black with #7AC520

Text Example


Text Example

White with #7AC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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