Html Css Color HEX #7AC20A Lima

📋 copy color: '#7AC20A'

red 122 ◦ green 194 ◦ blue 10

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

Shades of Lima #7AC20A

Tints of Lima #7AC20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 37.42%
G = 59.51%
B = 3.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#7AC20A (or 0x7AC20A) is known color: Lima. HEX triplet: 7A, C2 and 0A. RGB value is (122,194,10). Sum of RGB (Red+Green+Blue) = 122+194+10=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC20A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC20A is #853DF5. Grayscale: #989898. Windows color (decimal): -8732150 or 705146. OLE color: 705146.

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

Color convert

RGB 122 194 10 -
CMYK 0.37 0 0.95 0.24
HSL 83.48º 0.9% 0.4% -
HSV(B) 83.48º 0.95% 0.76% -
XYZ 27.37 42.74 7.09 -
YUV 151.5 48.15 106.96 -
System Red Green Blue C M Y K H S L
Decimal 122 194 10 0.37 0 0.95 0.24 83.48 0.9 0.4
Hex 7A C2 A 25 0 5F 18 53 5A 28
Octal 172 302 12 45 0 137 30 123 132 50
Binary 1111010 11000010 1010 100101 0 1011111 11000 1010011 1011010 101000

Color Harmonies of #7AC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC20A

Black with #7AC20A

Text Example


Text Example

White with #7AC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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