Html Css Color HEX #7AAC2E Lima

📋 copy color: '#7AAC2E'

red 122 ◦ green 172 ◦ blue 46

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

Shades of Lima #7AAC2E

Tints of Lima #7AAC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 35.88%
G = 50.59%
B = 13.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#7AAC2E (or 0x7AAC2E) is known color: Lima. HEX triplet: 7A, AC and 2E. RGB value is (122,172,46). Sum of RGB (Red+Green+Blue) = 122+172+46=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC2E is #8553D1. Grayscale: #8F8F8F. Windows color (decimal): -8737746 or 3058810. OLE color: 3058810.

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

Color convert

RGB 122 172 46 -
CMYK 0.29 0 0.73 0.33
HSL 83.81º 0.58% 0.43% -
HSV(B) 83.81º 0.73% 0.67% -
XYZ 23.27 33.84 7.89 -
YUV 142.69 73.44 113.25 -
System Red Green Blue C M Y K H S L
Decimal 122 172 46 0.29 0 0.73 0.33 83.81 0.58 0.43
Hex 7A AC 2E 1D 0 49 21 54 3A 2B
Octal 172 254 56 35 0 111 41 124 72 53
Binary 1111010 10101100 101110 11101 0 1001001 100001 1010100 111010 101011

Color Harmonies of #7AAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAC2E

Black with #7AAC2E

Text Example


Text Example

White with #7AAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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