Html Css Color HEX #7AB914 Lima

📋 copy color: '#7AB914'

red 122 ◦ green 185 ◦ blue 20

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

Shades of Lima #7AB914

Tints of Lima #7AB914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 37.31%
G = 56.57%
B = 6.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7AB914 (or 0x7AB914) is known color: Lima. HEX triplet: 7A, B9 and 14. RGB value is (122,185,20). Sum of RGB (Red+Green+Blue) = 122+185+20=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB914 is #8546EB. Grayscale: #939393. Windows color (decimal): -8734444 or 1358202. OLE color: 1358202.

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

Color convert

RGB 122 185 20 -
CMYK 0.34 0 0.89 0.27
HSL 82.91º 0.8% 0.4% -
HSV(B) 82.91º 0.89% 0.73% -
XYZ 25.5 38.89 6.82 -
YUV 147.35 56.13 109.92 -
System Red Green Blue C M Y K H S L
Decimal 122 185 20 0.34 0 0.89 0.27 82.91 0.8 0.4
Hex 7A B9 14 22 0 59 1B 53 50 28
Octal 172 271 24 42 0 131 33 123 120 50
Binary 1111010 10111001 10100 100010 0 1011001 11011 1010011 1010000 101000

Color Harmonies of #7AB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB914

Black with #7AB914

Text Example


Text Example

White with #7AB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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