Html Css Color HEX #7AA31A Lima

📋 copy color: '#7AA31A'

red 122 ◦ green 163 ◦ blue 26

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

Shades of Lima #7AA31A

Tints of Lima #7AA31A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 39.23%
G = 52.41%
B = 8.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#7AA31A (or 0x7AA31A) is known color: Lima. HEX triplet: 7A, A3 and 1A. RGB value is (122,163,26). Sum of RGB (Red+Green+Blue) = 122+163+26=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA31A is #855CE5. Grayscale: #878787. Windows color (decimal): -8740070 or 1745786. OLE color: 1745786.

HSL color Cylindrical-coordinate representation of color #7AA31A: hue angle of 77.96º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AA31A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 163 26 -
CMYK 0.25 0 0.84 0.36
HSL 77.96º 0.72% 0.37% -
HSV(B) 77.96º 0.84% 0.64% -
XYZ 21.31 30.41 5.72 -
YUV 135.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 122 163 26 0.25 0 0.84 0.36 77.96 0.72 0.37
Hex 7A A3 1A 19 0 54 24 4E 48 25
Octal 172 243 32 31 0 124 44 116 110 45
Binary 1111010 10100011 11010 11001 0 1010100 100100 1001110 1001000 100101

Color Harmonies of #7AA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA31A

Black with #7AA31A

Text Example


Text Example

White with #7AA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,163,26); }

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

background-color css

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

 a { background-color: rgb(122,163,26); }

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

border-color css

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

 span { border-color: rgb(122,163,26); }

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