#A9DCB4

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

Shades of Fringy Flower #A9DCB4

Tints of Fringy Flower #A9DCB4

Color information

#A9DCB4 (or 0xA9DCB4) is unknown color: approx Fringy Flower. HEX triplet: A9, DC and B4. RGB value is (169,220,180). Sum of RGB (Red+Green+Blue) = 169+220+180=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCB4 is #56234B. Grayscale: #C8C8C8. Windows color (decimal): -5645132 or 11852969. OLE color: 11852969.

HSL color Cylindrical-coordinate representation of color #A9DCB4: hue angle of 132.94º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCB4 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB169220180-
CMYK0.2300.180.14
HSL132.94º42.15%76.27%-
HSV(B)132.94º23.18%86.27%-
XYZ50.1962.9252.68-
YUV200.19116.6105.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=29.70%
G=38.66%
B=31.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201800.2300.180.14132.9442.1576.27
HexA9DCB417012E852a4c
Octal251334264270221620552114
Binary101010011101110010110100101110100101110100001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCB4; }

 p { color: rgb(169,220,180); }

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

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

 a { background-color: rgb(169,220,180); }

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

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

 span { border-color: rgb(169,220,180); }

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