Html Css Color HEX #7ABC1A Lima

📋 copy color: '#7ABC1A'

red 122 ◦ green 188 ◦ blue 26

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

Shades of Lima #7ABC1A

Tints of Lima #7ABC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

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

R = 36.31%
G = 55.95%
B = 7.74%

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

#7ABC1A (or 0x7ABC1A) is known color: Lima. HEX triplet: 7A, BC and 1A. RGB value is (122,188,26). Sum of RGB (Red+Green+Blue) = 122+188+26=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC1A is #8543E5. Grayscale: #969696. Windows color (decimal): -8733670 or 1752186. OLE color: 1752186.

HSL color Cylindrical-coordinate representation of color #7ABC1A: hue angle of 84.44º 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 #7ABC1A is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 26 -
CMYK 0.35 0 0.86 0.26
HSL 84.44º 0.76% 0.42% -
HSV(B) 84.44º 0.86% 0.74% -
XYZ 26.2 40.18 7.35 -
YUV 149.8 58.13 108.17 -
System Red Green Blue C M Y K H S L
Decimal 122 188 26 0.35 0 0.86 0.26 84.44 0.76 0.42
Hex 7A BC 1A 23 0 56 1A 54 4C 2A
Octal 172 274 32 43 0 126 32 124 114 52
Binary 1111010 10111100 11010 100011 0 1010110 11010 1010100 1001100 101010

Color Harmonies of #7ABC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC1A

Black with #7ABC1A

Text Example


Text Example

White with #7ABC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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