#AAF9BD

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

Shades of Fringy Flower #AAF9BD

Tints of Fringy Flower #AAF9BD

Color information

#AAF9BD (or 0xAAF9BD) is unknown color: approx Fringy Flower. HEX triplet: AA, F9 and BD. RGB value is (170,249,189). Sum of RGB (Red+Green+Blue) = 170+249+189=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9BD is #550642. Grayscale: #DADADA. Windows color (decimal): -5572163 or 12450218. OLE color: 12450218.

HSL color Cylindrical-coordinate representation of color #AAF9BD: hue angle of 134.43º degrees, saturation: 0.87, 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 #AAF9BD is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB170249189-
CMYK0.3200.240.02
HSL134.43º86.81%82.16%-
HSV(B)134.43º31.73%97.65%-
XYZ59.6479.9760.44-
YUV218.54111.3393.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=27.96%
G=40.95%
B=31.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491890.3200.240.02134.4386.8182.16
HexAAF9BD200182865752
Octal252371275400302206127122
Binary101010101111100110111101100000011000101000011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9BD; }

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

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

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

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

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

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

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

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