#AAAE98

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

Shades of Green Spring #AAAE98

Tints of Green Spring #AAAE98

Color information

#AAAE98 (or 0xAAAE98) is unknown color: approx Green Spring. HEX triplet: AA, AE and 98. RGB value is (170,174,152). Sum of RGB (Red+Green+Blue) = 170+174+152=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE98 is #555167. Grayscale: #AAAAAA. Windows color (decimal): -5591400 or 10006186. OLE color: 10006186.

HSL color Cylindrical-coordinate representation of color #AAAE98: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAE98 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB170174152-
CMYK0.0200.130.32
HSL70.91º11.96%63.92%-
HSV(B)70.91º12.64%68.24%-
XYZ37.3841.0935.67-
YUV170.3117.67127.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=34.27%
G=35.08%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741520.0200.130.3270.9111.9663.92
HexAAAE9820D2047c40
Octal25225623020154010714100
Binary1010101010101110100110001001101100000100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE98; }

 p { color: rgb(170,174,152); }

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

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

 a { background-color: rgb(170,174,152); }

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

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

 span { border-color: rgb(170,174,152); }

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