Html Css Color HEX #7AB92A Lima

📋 copy color: '#7AB92A'

red 122 ◦ green 185 ◦ blue 42

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

Shades of Lima #7AB92A

Tints of Lima #7AB92A

RGB

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

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

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

R = 34.96%
G = 53.01%
B = 12.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#7AB92A (or 0x7AB92A) is known color: Lima. HEX triplet: 7A, B9 and 2A. RGB value is (122,185,42). Sum of RGB (Red+Green+Blue) = 122+185+42=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB92A is #8546D5. Grayscale: #969696. Windows color (decimal): -8734422 or 2799994. OLE color: 2799994.

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

Color convert

RGB 122 185 42 -
CMYK 0.34 0 0.77 0.27
HSL 86.43º 0.63% 0.45% -
HSV(B) 86.43º 0.77% 0.73% -
XYZ 25.79 39 8.36 -
YUV 149.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 122 185 42 0.34 0 0.77 0.27 86.43 0.63 0.45
Hex 7A B9 2A 22 0 4D 1B 56 3F 2D
Octal 172 271 52 42 0 115 33 126 77 55
Binary 1111010 10111001 101010 100010 0 1001101 11011 1010110 111111 101101

Color Harmonies of #7AB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB92A

Black with #7AB92A

Text Example


Text Example

White with #7AB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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