Html Css Color HEX #7AB61A Lima

📋 copy color: '#7AB61A'

red 122 ◦ green 182 ◦ blue 26

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

Shades of Lima #7AB61A

Tints of Lima #7AB61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 36.97%
G = 55.15%
B = 7.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#7AB61A (or 0x7AB61A) is known color: Lima. HEX triplet: 7A, B6 and 1A. RGB value is (122,182,26). Sum of RGB (Red+Green+Blue) = 122+182+26=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB61A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB61A is #8549E5. Grayscale: #929292. Windows color (decimal): -8735206 or 1750650. OLE color: 1750650.

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

Color convert

RGB 122 182 26 -
CMYK 0.33 0 0.86 0.29
HSL 83.08º 0.75% 0.41% -
HSV(B) 83.08º 0.86% 0.71% -
XYZ 24.94 37.67 6.93 -
YUV 146.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 122 182 26 0.33 0 0.86 0.29 83.08 0.75 0.41
Hex 7A B6 1A 21 0 56 1D 53 4B 29
Octal 172 266 32 41 0 126 35 123 113 51
Binary 1111010 10110110 11010 100001 0 1010110 11101 1010011 1001011 101001

Color Harmonies of #7AB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB61A

Black with #7AB61A

Text Example


Text Example

White with #7AB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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