Html Css Color HEX #7AB120 Lima

📋 copy color: '#7AB120'

red 122 ◦ green 177 ◦ blue 32

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

Shades of Lima #7AB120

Tints of Lima #7AB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.47%

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

R = 36.86%
G = 53.47%
B = 9.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7AB120 (or 0x7AB120) is known color: Lima. HEX triplet: 7A, B1 and 20. RGB value is (122,177,32). Sum of RGB (Red+Green+Blue) = 122+177+32=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB120 is #854EDF. Grayscale: #909090. Windows color (decimal): -8736480 or 2142586. OLE color: 2142586.

HSL color Cylindrical-coordinate representation of color #7AB120: hue angle of 82.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AB120 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 177 32 -
CMYK 0.31 0 0.82 0.31
HSL 82.76º 0.69% 0.41% -
HSV(B) 82.76º 0.82% 0.69% -
XYZ 24.01 35.69 6.99 -
YUV 144.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 122 177 32 0.31 0 0.82 0.31 82.76 0.69 0.41
Hex 7A B1 20 1F 0 52 1F 53 45 29
Octal 172 261 40 37 0 122 37 123 105 51
Binary 1111010 10110001 100000 11111 0 1010010 11111 1010011 1000101 101001

Color Harmonies of #7AB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB120

Black with #7AB120

Text Example


Text Example

White with #7AB120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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