#A9DFBD

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

Shades of Fringy Flower #A9DFBD

Tints of Fringy Flower #A9DFBD

Color information

#A9DFBD (or 0xA9DFBD) is unknown color: approx Fringy Flower. HEX triplet: A9, DF and BD. RGB value is (169,223,189). Sum of RGB (Red+Green+Blue) = 169+223+189=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFBD is #562042. Grayscale: #CBCBCB. Windows color (decimal): -5644355 or 12443561. OLE color: 12443561.

HSL color Cylindrical-coordinate representation of color #A9DFBD: hue angle of 142.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DFBD is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB169223189-
CMYK0.2400.150.13
HSL142.22º45.76%76.86%-
HSV(B)142.22º24.22%87.45%-
XYZ51.9464.8857.93-
YUV202.98120.11103.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=29.09%
G=38.38%
B=32.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692231890.2400.150.13142.2245.7676.86
HexA9DFBD180FD8e2e4d
Octal251337275300171521656115
Binary10101001110111111011110111000011111101100011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFBD; }

 p { color: rgb(169,223,189); }

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

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

 a { background-color: rgb(169,223,189); }

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

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

 span { border-color: rgb(169,223,189); }

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