Html Css Color HEX #7AAE1E Lima

📋 copy color: '#7AAE1E'

red 122 ◦ green 174 ◦ blue 30

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

Shades of Lima #7AAE1E

Tints of Lima #7AAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 37.42%
G = 53.37%
B = 9.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#7AAE1E (or 0x7AAE1E) is known color: Lima. HEX triplet: 7A, AE and 1E. RGB value is (122,174,30). Sum of RGB (Red+Green+Blue) = 122+174+30=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE1E is #8551E1. Grayscale: #8E8E8E. Windows color (decimal): -8737250 or 2010746. OLE color: 2010746.

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

Color convert

RGB 122 174 30 -
CMYK 0.30 0 0.83 0.32
HSL 81.67º 0.71% 0.4% -
HSV(B) 81.67º 0.83% 0.68% -
XYZ 23.4 34.5 6.66 -
YUV 142.04 64.77 113.71 -
System Red Green Blue C M Y K H S L
Decimal 122 174 30 0.30 0 0.83 0.32 81.67 0.71 0.4
Hex 7A AE 1E 1E 0 53 20 52 47 28
Octal 172 256 36 36 0 123 40 122 107 50
Binary 1111010 10101110 11110 11110 0 1010011 100000 1010010 1000111 101000

Color Harmonies of #7AAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE1E

Black with #7AAE1E

Text Example


Text Example

White with #7AAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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