Html Css Color HEX #7AB82A Lima

📋 copy color: '#7AB82A'

red 122 ◦ green 184 ◦ blue 42

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

Shades of Lima #7AB82A

Tints of Lima #7AB82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 35.06%
G = 52.87%
B = 12.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#7AB82A (or 0x7AB82A) is known color: Lima. HEX triplet: 7A, B8 and 2A. RGB value is (122,184,42). Sum of RGB (Red+Green+Blue) = 122+184+42=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB82A is #8547D5. Grayscale: #959595. Windows color (decimal): -8734678 or 2799738. OLE color: 2799738.

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

Color convert

RGB 122 184 42 -
CMYK 0.34 0 0.77 0.28
HSL 86.2º 0.63% 0.44% -
HSV(B) 86.2º 0.77% 0.72% -
XYZ 25.58 38.59 8.29 -
YUV 149.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 122 184 42 0.34 0 0.77 0.28 86.2 0.63 0.44
Hex 7A B8 2A 22 0 4D 1C 56 3F 2C
Octal 172 270 52 42 0 115 34 126 77 54
Binary 1111010 10111000 101010 100010 0 1001101 11100 1010110 111111 101100

Color Harmonies of #7AB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB82A

Black with #7AB82A

Text Example


Text Example

White with #7AB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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