Html Css Color HEX #7AB41A Lima

📋 copy color: '#7AB41A'

red 122 ◦ green 180 ◦ blue 26

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

Shades of Lima #7AB41A

Tints of Lima #7AB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.88%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 37.2%
G = 54.88%
B = 7.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#7AB41A (or 0x7AB41A) is known color: Lima. HEX triplet: 7A, B4 and 1A. RGB value is (122,180,26). Sum of RGB (Red+Green+Blue) = 122+180+26=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB41A is #854BE5. Grayscale: #919191. Windows color (decimal): -8735718 or 1750138. OLE color: 1750138.

HSL color Cylindrical-coordinate representation of color #7AB41A: hue angle of 82.6º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AB41A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 26 -
CMYK 0.32 0 0.86 0.29
HSL 82.6º 0.75% 0.4% -
HSV(B) 82.6º 0.86% 0.71% -
XYZ 24.53 36.85 6.8 -
YUV 145.1 60.78 111.52 -
System Red Green Blue C M Y K H S L
Decimal 122 180 26 0.32 0 0.86 0.29 82.6 0.75 0.4
Hex 7A B4 1A 20 0 56 1D 53 4B 28
Octal 172 264 32 40 0 126 35 123 113 50
Binary 1111010 10110100 11010 100000 0 1010110 11101 1010011 1001011 101000

Color Harmonies of #7AB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB41A

Black with #7AB41A

Text Example


Text Example

White with #7AB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,26); }

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

background-color css

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

 a { background-color: rgb(122,180,26); }

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

border-color css

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

 span { border-color: rgb(122,180,26); }

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