Html Css Color HEX #7AB81A Lima

📋 copy color: '#7AB81A'

red 122 ◦ green 184 ◦ blue 26

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

Shades of Lima #7AB81A

Tints of Lima #7AB81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

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

R = 36.75%
G = 55.42%
B = 7.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#7AB81A (or 0x7AB81A) is known color: Lima. HEX triplet: 7A, B8 and 1A. RGB value is (122,184,26). Sum of RGB (Red+Green+Blue) = 122+184+26=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB81A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB81A is #8547E5. Grayscale: #949494. Windows color (decimal): -8734694 or 1751162. OLE color: 1751162.

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

Color convert

RGB 122 184 26 -
CMYK 0.34 0 0.86 0.28
HSL 83.54º 0.75% 0.41% -
HSV(B) 83.54º 0.86% 0.72% -
XYZ 25.35 38.49 7.07 -
YUV 147.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 122 184 26 0.34 0 0.86 0.28 83.54 0.75 0.41
Hex 7A B8 1A 22 0 56 1C 54 4B 29
Octal 172 270 32 42 0 126 34 124 113 51
Binary 1111010 10111000 11010 100010 0 1010110 11100 1010100 1001011 101001

Color Harmonies of #7AB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB81A

Black with #7AB81A

Text Example


Text Example

White with #7AB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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