#AAFEBD

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

Shades of Fringy Flower #AAFEBD

Tints of Fringy Flower #AAFEBD

Color information

#AAFEBD (or 0xAAFEBD) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and BD. RGB value is (170,254,189). Sum of RGB (Red+Green+Blue) = 170+254+189=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBD is #550142. Grayscale: #DDDDDD. Windows color (decimal): -5570883 or 12451498. OLE color: 12451498.

HSL color Cylindrical-coordinate representation of color #AAFEBD: hue angle of 133.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEBD is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB170254189-
CMYK0.3300.260.00
HSL133.57º97.67%83.14%-
HSV(B)133.57º33.07%99.61%-
XYZ61.283.160.96-
YUV221.47109.6791.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=27.73%
G=41.44%
B=30.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541890.3300.260.00133.5797.6783.14
HexAAFEBD2101A0866253
Octal252376275410320206142123
Binary10101010111111101011110110000101101001000011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEBD; }

 p { color: rgb(170,254,189); }

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

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

 a { background-color: rgb(170,254,189); }

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

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

 span { border-color: rgb(170,254,189); }

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