Html Css Color HEX #7AC220 Lima

📋 copy color: '#7AC220'

red 122 ◦ green 194 ◦ blue 32

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

Shades of Lima #7AC220

Tints of Lima #7AC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.75%

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

R = 35.06%
G = 55.75%
B = 9.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7AC220 (or 0x7AC220) is known color: Lima. HEX triplet: 7A, C2 and 20. RGB value is (122,194,32). Sum of RGB (Red+Green+Blue) = 122+194+32=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC220 is #853DDF. Grayscale: #9A9A9A. Windows color (decimal): -8732128 or 2146938. OLE color: 2146938.

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

Color convert

RGB 122 194 32 -
CMYK 0.37 0 0.84 0.24
HSL 86.67º 0.72% 0.44% -
HSV(B) 86.67º 0.84% 0.76% -
XYZ 27.58 42.83 8.18 -
YUV 154 59.15 105.17 -
System Red Green Blue C M Y K H S L
Decimal 122 194 32 0.37 0 0.84 0.24 86.67 0.72 0.44
Hex 7A C2 20 25 0 54 18 57 48 2C
Octal 172 302 40 45 0 124 30 127 110 54
Binary 1111010 11000010 100000 100101 0 1010100 11000 1010111 1001000 101100

Color Harmonies of #7AC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC220

Black with #7AC220

Text Example


Text Example

White with #7AC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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