#AAFDB9

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

Shades of Fringy Flower #AAFDB9

Tints of Fringy Flower #AAFDB9

Color information

#AAFDB9 (or 0xAAFDB9) is unknown color: approx Fringy Flower. HEX triplet: AA, FD and B9. RGB value is (170,253,185). Sum of RGB (Red+Green+Blue) = 170+253+185=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB9 is #550246. Grayscale: #DCDCDC. Windows color (decimal): -5571143 or 12189098. OLE color: 12189098.

HSL color Cylindrical-coordinate representation of color #AAFDB9: hue angle of 130.84º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDB9 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB170253185-
CMYK0.3300.270.01
HSL130.84º95.4%82.94%-
HSV(B)130.84º32.81%99.22%-
XYZ60.4682.358.6-
YUV220.4310892.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 253 (99.22% from 255) = 41.61%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=27.96%
G=41.61%
B=30.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531850.3300.270.01130.8495.482.94
HexAAFDB92101B1835f53
Octal252375271410331203137123
Binary10101010111111011011100110000101101111000001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDB9; }

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

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

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

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

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

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

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

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