#A2AE78

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

Shades of Locust #A2AE78

Tints of Locust #A2AE78

Color information

#A2AE78 (or 0xA2AE78) is unknown color: approx Locust. HEX triplet: A2, AE and 78. RGB value is (162,174,120). Sum of RGB (Red+Green+Blue) = 162+174+120=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE78 is #5D5187. Grayscale: #A4A4A4. Windows color (decimal): -6115720 or 7909026. OLE color: 7909026.

HSL color Cylindrical-coordinate representation of color #A2AE78: hue angle of 73.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AE78 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB162174120-
CMYK0.0700.310.32
HSL73.33º25%57.65%-
HSV(B)73.33º31.03%68.24%-
XYZ33.4339.3123.6-
YUV164.26103.02126.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=35.53%
G=38.16%
B=26.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741200.0700.310.3273.332557.65
HexA2AE78701F2049193a
Octal2422561707037401113172
Binary10100010101011101111000111011111100000100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE78; }

 p { color: rgb(162,174,120); }

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

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

 a { background-color: rgb(162,174,120); }

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

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

 span { border-color: rgb(162,174,120); }

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