Html Css Color HEX #7AC320 Lima

📋 copy color: '#7AC320'

red 122 ◦ green 195 ◦ blue 32

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

Shades of Lima #7AC320

Tints of Lima #7AC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

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

R = 34.96%
G = 55.87%
B = 9.17%

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

#7AC320 (or 0x7AC320) is known color: Lima. HEX triplet: 7A, C3 and 20. RGB value is (122,195,32). Sum of RGB (Red+Green+Blue) = 122+195+32=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC320 is #853CDF. Grayscale: #9B9B9B. Windows color (decimal): -8731872 or 2147194. OLE color: 2147194.

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

Color convert

RGB 122 195 32 -
CMYK 0.37 0 0.84 0.24
HSL 86.87º 0.72% 0.45% -
HSV(B) 86.87º 0.84% 0.76% -
XYZ 27.8 43.27 8.25 -
YUV 154.59 58.82 104.75 -
System Red Green Blue C M Y K H S L
Decimal 122 195 32 0.37 0 0.84 0.24 86.87 0.72 0.45
Hex 7A C3 20 25 0 54 18 57 48 2D
Octal 172 303 40 45 0 124 30 127 110 55
Binary 1111010 11000011 100000 100101 0 1010100 11000 1010111 1001000 101101

Color Harmonies of #7AC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC320

Black with #7AC320

Text Example


Text Example

White with #7AC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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