Html Css Color HEX #7AB220 Lima

📋 copy color: '#7AB220'

red 122 ◦ green 178 ◦ blue 32

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

Shades of Lima #7AB220

Tints of Lima #7AB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

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

R = 36.75%
G = 53.61%
B = 9.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#7AB220 (or 0x7AB220) is known color: Lima. HEX triplet: 7A, B2 and 20. RGB value is (122,178,32). Sum of RGB (Red+Green+Blue) = 122+178+32=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB220 is #854DDF. Grayscale: #919191. Windows color (decimal): -8736224 or 2142842. OLE color: 2142842.

HSL color Cylindrical-coordinate representation of color #7AB220: hue angle of 83.01º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AB220 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 178 32 -
CMYK 0.31 0 0.82 0.30
HSL 83.01º 0.7% 0.41% -
HSV(B) 83.01º 0.82% 0.7% -
XYZ 24.21 36.08 7.06 -
YUV 144.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 122 178 32 0.31 0 0.82 0.30 83.01 0.7 0.41
Hex 7A B2 20 1F 0 52 1E 53 46 29
Octal 172 262 40 37 0 122 36 123 106 51
Binary 1111010 10110010 100000 11111 0 1010010 11110 1010011 1000110 101001

Color Harmonies of #7AB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB220

Black with #7AB220

Text Example


Text Example

White with #7AB220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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