Html Css Color HEX #7ABD1A Lima

📋 copy color: '#7ABD1A'

red 122 ◦ green 189 ◦ blue 26

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

Shades of Lima #7ABD1A

Tints of Lima #7ABD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.08%

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

R = 36.2%
G = 56.08%
B = 7.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7ABD1A (or 0x7ABD1A) is known color: Lima. HEX triplet: 7A, BD and 1A. RGB value is (122,189,26). Sum of RGB (Red+Green+Blue) = 122+189+26=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD1A is #8542E5. Grayscale: #969696. Windows color (decimal): -8733414 or 1752442. OLE color: 1752442.

HSL color Cylindrical-coordinate representation of color #7ABD1A: hue angle of 84.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ABD1A is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 189 26 -
CMYK 0.35 0 0.86 0.26
HSL 84.66º 0.76% 0.42% -
HSV(B) 84.66º 0.86% 0.74% -
XYZ 26.41 40.61 7.42 -
YUV 150.39 57.8 107.75 -
System Red Green Blue C M Y K H S L
Decimal 122 189 26 0.35 0 0.86 0.26 84.66 0.76 0.42
Hex 7A BD 1A 23 0 56 1A 55 4C 2A
Octal 172 275 32 43 0 126 32 125 114 52
Binary 1111010 10111101 11010 100011 0 1010110 11010 1010101 1001100 101010

Color Harmonies of #7ABD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABD1A

Black with #7ABD1A

Text Example


Text Example

White with #7ABD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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