Html Css Color HEX #7AA820 Lima

📋 copy color: '#7AA820'

red 122 ◦ green 168 ◦ blue 32

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

Shades of Lima #7AA820

Tints of Lima #7AA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 37.89%
G = 52.17%
B = 9.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#7AA820 (or 0x7AA820) is known color: Lima. HEX triplet: 7A, A8 and 20. RGB value is (122,168,32). Sum of RGB (Red+Green+Blue) = 122+168+32=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA820 is #8557DF. Grayscale: #8B8B8B. Windows color (decimal): -8738784 or 2140282. OLE color: 2140282.

HSL color Cylindrical-coordinate representation of color #7AA820: hue angle of 80.29º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AA820 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 168 32 -
CMYK 0.27 0 0.81 0.34
HSL 80.29º 0.68% 0.39% -
HSV(B) 80.29º 0.81% 0.66% -
XYZ 22.29 32.25 6.42 -
YUV 138.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 122 168 32 0.27 0 0.81 0.34 80.29 0.68 0.39
Hex 7A A8 20 1B 0 51 22 50 44 27
Octal 172 250 40 33 0 121 42 120 104 47
Binary 1111010 10101000 100000 11011 0 1010001 100010 1010000 1000100 100111

Color Harmonies of #7AA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA820

Black with #7AA820

Text Example


Text Example

White with #7AA820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,168,32); }

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

background-color css

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

 a { background-color: rgb(122,168,32); }

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

border-color css

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

 span { border-color: rgb(122,168,32); }

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