Html Css Color HEX #AAAE96 Green Spring

📋 copy color: '#AAAE96'

red 170 ◦ green 174 ◦ blue 150

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

Shades of Green Spring #AAAE96

Tints of Green Spring #AAAE96

RGB

 RED value IS 170 (66.8% from 255) = 34.41%

 GREEN value IS 174 (68.36% from 255) = 35.22%

 BLUE value IS 150 (58.98% from 255) = 30.36%

R = 34.41%
G = 35.22%
B = 30.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AAAE96 (or 0xAAAE96) is known color: Green Spring. HEX triplet: AA, AE and 96. RGB value is (170,174,150). Sum of RGB (Red+Green+Blue) = 170+174+150=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE96 is #555169. Grayscale: #AAAAAA. Windows color (decimal): -5591402 or 9875114. OLE color: 9875114.

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

Color convert

RGB 170 174 150 -
CMYK 0.02 0 0.14 0.32
HSL 70º 0.13% 0.64% -
HSV(B) 70º 0.14% 0.68% -
XYZ 37.22 41.02 34.81 -
YUV 170.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 170 174 150 0.02 0 0.14 0.32 70 0.13 0.64
Hex AA AE 96 2 0 E 20 46 D 40
Octal 252 256 226 2 0 16 40 106 15 100
Binary 10101010 10101110 10010110 10 0 1110 100000 1000110 1101 1000000

Color Harmonies of #AAAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE96

Black with #AAAE96

Text Example


Text Example

White with #AAAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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