#A2AE88

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

Shades of Green Spring #A2AE88

Tints of Green Spring #A2AE88

Color information

#A2AE88 (or 0xA2AE88) is unknown color: approx Green Spring. HEX triplet: A2, AE and 88. RGB value is (162,174,136). Sum of RGB (Red+Green+Blue) = 162+174+136=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE88 is #5D5177. Grayscale: #A6A6A6. Windows color (decimal): -6115704 or 8957602. OLE color: 8957602.

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

Color convert

RGB162174136-
CMYK0.0700.220.32
HSL78.95º19%60.78%-
HSV(B)78.95º21.84%68.24%-
XYZ34.4839.7329.14-
YUV166.08111.02125.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=34.32%
G=36.86%
B=28.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741360.0700.220.3278.951960.78
HexA2AE887016204f133d
Octal2422562107026401172375
Binary101000101010111010001000111010110100000100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE88; }

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

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

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

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

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

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

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

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