#77AE1A

Color #77AE1A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #77AE1A

Tints of Lima #77AE1A

Color information

#77AE1A (or 0x77AE1A) is unknown color: approx Lima. HEX triplet: 77, AE and 1A. RGB value is (119,174,26). Sum of RGB (Red+Green+Blue) = 119+174+26=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AE1A is #8851E5. Grayscale: #8D8D8D. Windows color (decimal): -8933862 or 1748599. OLE color: 1748599.

HSL color Cylindrical-coordinate representation of color #77AE1A: hue angle of 82.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77AE1A is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB11917426-
CMYK0.3200.850.32
HSL82.3º74%39.22%-
HSV(B)82.3º85.06%68.24%-
XYZ22.9334.276.38-
YUV140.6863.28112.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 54.55%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=37.30%
G=54.55%
B=8.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119174260.3200.850.3282.37439.22
Hex77AE1A2005520524a27
Octal167256324001254012211247
Binary111011110101110110101000000101010110000010100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AE1A; }

 p { color: rgb(119,174,26); }

 H1.HeaderClassName
 {
   color: #77AE1A;
 }
 .AnyTagClassName
 {
   color: #77AE1A;
 }
</style>
background-color css

<style>
 a { background-color: #77AE1A; }

 a { background-color: rgb(119,174,26); }

 div.DivClassName
 {
   background-color: #77AE1A;
 }
 .BgClassName
 {
   background-color: #77AE1A;
 }
</style>
border-color css

<style>
 span { border-color: #77AE1A; }

 span { border-color: rgb(119,174,26); }

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