Html Css Color HEX #7AAC2C Lima

📋 copy color: '#7AAC2C'

red 122 ◦ green 172 ◦ blue 44

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

Shades of Lima #7AAC2C

Tints of Lima #7AAC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 36.09%
G = 50.89%
B = 13.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#7AAC2C (or 0x7AAC2C) is known color: Lima. HEX triplet: 7A, AC and 2C. RGB value is (122,172,44). Sum of RGB (Red+Green+Blue) = 122+172+44=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC2C is #8553D3. Grayscale: #8E8E8E. Windows color (decimal): -8737748 or 2927738. OLE color: 2927738.

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

Color convert

RGB 122 172 44 -
CMYK 0.29 0 0.74 0.33
HSL 83.44º 0.59% 0.42% -
HSV(B) 83.44º 0.74% 0.67% -
XYZ 23.23 33.82 7.69 -
YUV 142.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 122 172 44 0.29 0 0.74 0.33 83.44 0.59 0.42
Hex 7A AC 2C 1D 0 4A 21 53 3B 2A
Octal 172 254 54 35 0 112 41 123 73 52
Binary 1111010 10101100 101100 11101 0 1001010 100001 1010011 111011 101010

Color Harmonies of #7AAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAC2C

Black with #7AAC2C

Text Example


Text Example

White with #7AAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,172,44); }

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

background-color css

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

 a { background-color: rgb(122,172,44); }

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

border-color css

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

 span { border-color: rgb(122,172,44); }

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