Html Css Color HEX #7AB920 Lima

📋 copy color: '#7AB920'

red 122 ◦ green 185 ◦ blue 32

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

Shades of Lima #7AB920

Tints of Lima #7AB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.57%

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

R = 35.99%
G = 54.57%
B = 9.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7AB920 (or 0x7AB920) is known color: Lima. HEX triplet: 7A, B9 and 20. RGB value is (122,185,32). Sum of RGB (Red+Green+Blue) = 122+185+32=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB920 is #8546DF. Grayscale: #959595. Windows color (decimal): -8734432 or 2144634. OLE color: 2144634.

HSL color Cylindrical-coordinate representation of color #7AB920: hue angle of 84.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AB920 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 32 -
CMYK 0.34 0 0.83 0.27
HSL 84.71º 0.71% 0.43% -
HSV(B) 84.71º 0.83% 0.73% -
XYZ 25.64 38.94 7.53 -
YUV 148.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 122 185 32 0.34 0 0.83 0.27 84.71 0.71 0.43
Hex 7A B9 20 22 0 53 1B 55 47 2B
Octal 172 271 40 42 0 123 33 125 107 53
Binary 1111010 10111001 100000 100010 0 1010011 11011 1010101 1000111 101011

Color Harmonies of #7AB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB920

Black with #7AB920

Text Example


Text Example

White with #7AB920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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