#AABE9D

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

Shades of Spring Rain #AABE9D

Tints of Spring Rain #AABE9D

Color information

#AABE9D (or 0xAABE9D) is unknown color: approx Spring Rain. HEX triplet: AA, BE and 9D. RGB value is (170,190,157). Sum of RGB (Red+Green+Blue) = 170+190+157=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE9D is #554162. Grayscale: #B4B4B4. Windows color (decimal): -5587299 or 10337962. OLE color: 10337962.

HSL color Cylindrical-coordinate representation of color #AABE9D: hue angle of 96.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABE9D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB170190157-
CMYK0.1100.170.25
HSL96.36º20.25%68.04%-
HSV(B)96.36º17.37%74.51%-
XYZ41.0847.8138.96-
YUV180.26114.87120.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=32.88%
G=36.75%
B=30.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901570.1100.170.2596.3620.2568.04
HexAABE9DB01119601444
Octal252276235130213114024104
Binary1010101010111110100111011011010001110011100000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE9D; }

 p { color: rgb(170,190,157); }

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

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

 a { background-color: rgb(170,190,157); }

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

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

 span { border-color: rgb(170,190,157); }

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