Html Css Color HEX #7AAE1C Lima

📋 copy color: '#7AAE1C'

red 122 ◦ green 174 ◦ blue 28

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

Shades of Lima #7AAE1C

Tints of Lima #7AAE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 37.65%
G = 53.7%
B = 8.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#7AAE1C (or 0x7AAE1C) is known color: Lima. HEX triplet: 7A, AE and 1C. RGB value is (122,174,28). Sum of RGB (Red+Green+Blue) = 122+174+28=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE1C is #8551E3. Grayscale: #8E8E8E. Windows color (decimal): -8737252 or 1879674. OLE color: 1879674.

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

Color convert

RGB 122 174 28 -
CMYK 0.30 0 0.84 0.32
HSL 81.37º 0.72% 0.4% -
HSV(B) 81.37º 0.84% 0.68% -
XYZ 23.37 34.49 6.52 -
YUV 141.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 122 174 28 0.30 0 0.84 0.32 81.37 0.72 0.4
Hex 7A AE 1C 1E 0 54 20 51 48 28
Octal 172 256 34 36 0 124 40 121 110 50
Binary 1111010 10101110 11100 11110 0 1010100 100000 1010001 1001000 101000

Color Harmonies of #7AAE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE1C

Black with #7AAE1C

Text Example


Text Example

White with #7AAE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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