#AAFFBD

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

Shades of Fringy Flower #AAFFBD

Tints of Fringy Flower #AAFFBD

Color information

#AAFFBD (or 0xAAFFBD) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and BD. RGB value is (170,255,189). Sum of RGB (Red+Green+Blue) = 170+255+189=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBD is #550042. Grayscale: #DEDEDE. Windows color (decimal): -5570627 or 12451754. OLE color: 12451754.

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

Color convert

RGB170255189-
CMYK0.3300.260
HSL133.41º100%83.33%-
HSV(B)133.41º33.33%100%-
XYZ61.5283.7461.06-
YUV222.06109.3490.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=27.69%
G=41.53%
B=30.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551890.3300.260133.4110083.33
HexAAFFBD2101A0856453
Octal252377275410320205144123
Binary10101010111111111011110110000101101001000010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFBD; }

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

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

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

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

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

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

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

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