#AAFAB9

Color #AAFAB9 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAFAB9

Tints of Fringy Flower #AAFAB9

Color information

#AAFAB9 (or 0xAAFAB9) is unknown color: approx Fringy Flower. HEX triplet: AA, FA and B9. RGB value is (170,250,185). Sum of RGB (Red+Green+Blue) = 170+250+185=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB9 is #550546. Grayscale: #DADADA. Windows color (decimal): -5571911 or 12188330. OLE color: 12188330.

HSL color Cylindrical-coordinate representation of color #AAFAB9: hue angle of 131.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAB9 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB170250185-
CMYK0.3200.260.02
HSL131.25º88.89%82.35%-
HSV(B)131.25º32%98.04%-
XYZ59.5280.4258.28-
YUV218.6710993.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 185 (72.66% from 255) = 30.58%
R=28.10%
G=41.32%
B=30.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501850.3200.260.02131.2588.8982.35
HexAAFAB92001A2835952
Octal252372271400322203131122
Binary101010101111101010111001100000011010101000001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB9; }

 p { color: rgb(170,250,185); }

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

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

 a { background-color: rgb(170,250,185); }

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

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

 span { border-color: rgb(170,250,185); }

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