#AABF9D

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

Shades of Spring Rain #AABF9D

Tints of Spring Rain #AABF9D

Color information

#AABF9D (or 0xAABF9D) is unknown color: approx Spring Rain. HEX triplet: AA, BF and 9D. RGB value is (170,191,157). Sum of RGB (Red+Green+Blue) = 170+191+157=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF9D is #554062. Grayscale: #B4B4B4. Windows color (decimal): -5587043 or 10338218. OLE color: 10338218.

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

Color convert

RGB170191157-
CMYK0.1100.180.25
HSL97.06º20.99%68.24%-
HSV(B)97.06º17.8%74.9%-
XYZ41.2948.2439.03-
YUV180.84114.54120.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=32.82%
G=36.87%
B=30.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911570.1100.180.2597.0620.9968.24
HexAABF9DB01219611544
Octal252277235130223114125104
Binary1010101010111111100111011011010010110011100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF9D; }

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

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

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

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

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

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

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

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