Html Css Color HEX #7AAE1D Lima

📋 copy color: '#7AAE1D'

red 122 ◦ green 174 ◦ blue 29

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

Shades of Lima #7AAE1D

Tints of Lima #7AAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 37.54%
G = 53.54%
B = 8.92%

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

#7AAE1D (or 0x7AAE1D) is known color: Lima. HEX triplet: 7A, AE and 1D. RGB value is (122,174,29). Sum of RGB (Red+Green+Blue) = 122+174+29=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE1D is #8551E2. Grayscale: #8E8E8E. Windows color (decimal): -8737251 or 1945210. OLE color: 1945210.

HSL color Cylindrical-coordinate representation of color #7AAE1D: hue angle of 81.52º 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 #7AAE1D is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 29 -
CMYK 0.30 0 0.83 0.32
HSL 81.52º 0.71% 0.4% -
HSV(B) 81.52º 0.83% 0.68% -
XYZ 23.38 34.5 6.59 -
YUV 141.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 122 174 29 0.30 0 0.83 0.32 81.52 0.71 0.4
Hex 7A AE 1D 1E 0 53 20 52 47 28
Octal 172 256 35 36 0 123 40 122 107 50
Binary 1111010 10101110 11101 11110 0 1010011 100000 1010010 1000111 101000

Color Harmonies of #7AAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE1D

Black with #7AAE1D

Text Example


Text Example

White with #7AAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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