Html Css Color HEX #7AB522 Lima

📋 copy color: '#7AB522'

red 122 ◦ green 181 ◦ blue 34

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

Shades of Lima #7AB522

Tints of Lima #7AB522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 36.2%
G = 53.71%
B = 10.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#7AB522 (or 0x7AB522) is known color: Lima. HEX triplet: 7A, B5 and 22. RGB value is (122,181,34). Sum of RGB (Red+Green+Blue) = 122+181+34=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB522 is #854ADD. Grayscale: #939393. Windows color (decimal): -8735454 or 2274682. OLE color: 2274682.

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

Color convert

RGB 122 181 34 -
CMYK 0.33 0 0.81 0.29
HSL 84.08º 0.68% 0.42% -
HSV(B) 84.08º 0.81% 0.71% -
XYZ 24.84 37.3 7.4 -
YUV 146.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 122 181 34 0.33 0 0.81 0.29 84.08 0.68 0.42
Hex 7A B5 22 21 0 51 1D 54 44 2A
Octal 172 265 42 41 0 121 35 124 104 52
Binary 1111010 10110101 100010 100001 0 1010001 11101 1010100 1000100 101010

Color Harmonies of #7AB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB522

Black with #7AB522

Text Example


Text Example

White with #7AB522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,34); }

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

background-color css

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

 a { background-color: rgb(122,181,34); }

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

border-color css

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

 span { border-color: rgb(122,181,34); }

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