Html Css Color HEX #7AAE22 Lima

📋 copy color: '#7AAE22'

red 122 ◦ green 174 ◦ blue 34

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

Shades of Lima #7AAE22

Tints of Lima #7AAE22

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.73%

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

R = 36.97%
G = 52.73%
B = 10.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#7AAE22 (or 0x7AAE22) is known color: Lima. HEX triplet: 7A, AE and 22. RGB value is (122,174,34). Sum of RGB (Red+Green+Blue) = 122+174+34=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE22 is #8551DD. Grayscale: #8F8F8F. Windows color (decimal): -8737246 or 2272890. OLE color: 2272890.

HSL color Cylindrical-coordinate representation of color #7AAE22: hue angle of 82.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AAE22 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 34 -
CMYK 0.30 0 0.80 0.32
HSL 82.29º 0.67% 0.41% -
HSV(B) 82.29º 0.8% 0.68% -
XYZ 23.45 34.53 6.94 -
YUV 142.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 122 174 34 0.30 0 0.80 0.32 82.29 0.67 0.41
Hex 7A AE 22 1E 0 50 20 52 43 29
Octal 172 256 42 36 0 120 40 122 103 51
Binary 1111010 10101110 100010 11110 0 1010000 100000 1010010 1000011 101001

Color Harmonies of #7AAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE22

Black with #7AAE22

Text Example


Text Example

White with #7AAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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