Html Css Color HEX #7AAB22 Lima

📋 copy color: '#7AAB22'

red 122 ◦ green 171 ◦ blue 34

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

Shades of Lima #7AAB22

Tints of Lima #7AAB22

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.29%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 37.31%
G = 52.29%
B = 10.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#7AAB22 (or 0x7AAB22) is known color: Lima. HEX triplet: 7A, AB and 22. RGB value is (122,171,34). Sum of RGB (Red+Green+Blue) = 122+171+34=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAB22 is #8554DD. Grayscale: #8D8D8D. Windows color (decimal): -8738014 or 2272122. OLE color: 2272122.

HSL color Cylindrical-coordinate representation of color #7AAB22: hue angle of 81.46º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AAB22 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 34 -
CMYK 0.29 0 0.80 0.33
HSL 81.46º 0.67% 0.4% -
HSV(B) 81.46º 0.8% 0.67% -
XYZ 22.88 33.38 6.75 -
YUV 140.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 122 171 34 0.29 0 0.80 0.33 81.46 0.67 0.4
Hex 7A AB 22 1D 0 50 21 51 43 28
Octal 172 253 42 35 0 120 41 121 103 50
Binary 1111010 10101011 100010 11101 0 1010000 100001 1010001 1000011 101000

Color Harmonies of #7AAB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB22

Black with #7AAB22

Text Example


Text Example

White with #7AAB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,34); }

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

background-color css

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

 a { background-color: rgb(122,171,34); }

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

border-color css

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

 span { border-color: rgb(122,171,34); }

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