Html Css Color HEX #7AB616 Lima

📋 copy color: '#7AB616'

red 122 ◦ green 182 ◦ blue 22

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

Shades of Lima #7AB616

Tints of Lima #7AB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.83%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 37.42%
G = 55.83%
B = 6.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#7AB616 (or 0x7AB616) is known color: Lima. HEX triplet: 7A, B6 and 16. RGB value is (122,182,22). Sum of RGB (Red+Green+Blue) = 122+182+22=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB616 is #8549E9. Grayscale: #929292. Windows color (decimal): -8735210 or 1488506. OLE color: 1488506.

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

Color convert

RGB 122 182 22 -
CMYK 0.33 0 0.88 0.29
HSL 82.5º 0.78% 0.4% -
HSV(B) 82.5º 0.88% 0.71% -
XYZ 24.9 37.65 6.71 -
YUV 145.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 122 182 22 0.33 0 0.88 0.29 82.5 0.78 0.4
Hex 7A B6 16 21 0 58 1D 52 4E 28
Octal 172 266 26 41 0 130 35 122 116 50
Binary 1111010 10110110 10110 100001 0 1011000 11101 1010010 1001110 101000

Color Harmonies of #7AB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB616

Black with #7AB616

Text Example


Text Example

White with #7AB616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,22); }

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

background-color css

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

 a { background-color: rgb(122,182,22); }

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

border-color css

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

 span { border-color: rgb(122,182,22); }

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