Html Css Color HEX #7AB020 Lima

📋 copy color: '#7AB020'

red 122 ◦ green 176 ◦ blue 32

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

Shades of Lima #7AB020

Tints of Lima #7AB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.33%

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

R = 36.97%
G = 53.33%
B = 9.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7AB020 (or 0x7AB020) is known color: Lima. HEX triplet: 7A, B0 and 20. RGB value is (122,176,32). Sum of RGB (Red+Green+Blue) = 122+176+32=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB020 is #854FDF. Grayscale: #8F8F8F. Windows color (decimal): -8736736 or 2142330. OLE color: 2142330.

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

Color convert

RGB 122 176 32 -
CMYK 0.31 0 0.82 0.31
HSL 82.5º 0.69% 0.41% -
HSV(B) 82.5º 0.82% 0.69% -
XYZ 23.81 35.29 6.92 -
YUV 143.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 122 176 32 0.31 0 0.82 0.31 82.5 0.69 0.41
Hex 7A B0 20 1F 0 52 1F 52 45 29
Octal 172 260 40 37 0 122 37 122 105 51
Binary 1111010 10110000 100000 11111 0 1010010 11111 1010010 1000101 101001

Color Harmonies of #7AB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB020

Black with #7AB020

Text Example


Text Example

White with #7AB020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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