Html Css Color HEX #7AC120 Lima

📋 copy color: '#7AC120'

red 122 ◦ green 193 ◦ blue 32

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

Shades of Lima #7AC120

Tints of Lima #7AC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.62%

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

R = 35.16%
G = 55.62%
B = 9.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7AC120 (or 0x7AC120) is known color: Lima. HEX triplet: 7A, C1 and 20. RGB value is (122,193,32). Sum of RGB (Red+Green+Blue) = 122+193+32=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC120 is #853EDF. Grayscale: #999999. Windows color (decimal): -8732384 or 2146682. OLE color: 2146682.

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

Color convert

RGB 122 193 32 -
CMYK 0.37 0 0.83 0.24
HSL 86.46º 0.72% 0.44% -
HSV(B) 86.46º 0.83% 0.76% -
XYZ 27.36 42.38 8.11 -
YUV 153.42 59.48 105.59 -
System Red Green Blue C M Y K H S L
Decimal 122 193 32 0.37 0 0.83 0.24 86.46 0.72 0.44
Hex 7A C1 20 25 0 53 18 56 48 2C
Octal 172 301 40 45 0 123 30 126 110 54
Binary 1111010 11000001 100000 100101 0 1010011 11000 1010110 1001000 101100

Color Harmonies of #7AC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC120

Black with #7AC120

Text Example


Text Example

White with #7AC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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