#A9DDBD

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

Shades of Fringy Flower #A9DDBD

Tints of Fringy Flower #A9DDBD

Color information

#A9DDBD (or 0xA9DDBD) is unknown color: approx Fringy Flower. HEX triplet: A9, DD and BD. RGB value is (169,221,189). Sum of RGB (Red+Green+Blue) = 169+221+189=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDBD is #562242. Grayscale: #C9C9C9. Windows color (decimal): -5644867 or 12443049. OLE color: 12443049.

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

Color convert

RGB169221189-
CMYK0.2400.140.13
HSL143.08º43.33%76.47%-
HSV(B)143.08º23.53%86.67%-
XYZ51.463.8257.75-
YUV201.8120.77104.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=29.19%
G=38.17%
B=32.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692211890.2400.140.13143.0843.3376.47
HexA9DDBD180ED8f2b4c
Octal251335275300161521753114
Binary10101001110111011011110111000011101101100011111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDBD; }

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

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

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

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

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

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

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

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