#A9DCB5

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

Shades of Fringy Flower #A9DCB5

Tints of Fringy Flower #A9DCB5

Color information

#A9DCB5 (or 0xA9DCB5) is unknown color: approx Fringy Flower. HEX triplet: A9, DC and B5. RGB value is (169,220,181). Sum of RGB (Red+Green+Blue) = 169+220+181=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCB5 is #56234A. Grayscale: #C8C8C8. Windows color (decimal): -5645131 or 11918505. OLE color: 11918505.

HSL color Cylindrical-coordinate representation of color #A9DCB5: hue angle of 134.12º 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 #A9DCB5 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB169220181-
CMYK0.2300.180.14
HSL134.12º42.15%76.27%-
HSV(B)134.12º23.18%86.27%-
XYZ50.362.9653.22-
YUV200.3117.1105.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=29.65%
G=38.60%
B=31.75%

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
Decimal1692201810.2300.180.14134.1242.1576.27
HexA9DCB517012E862a4c
Octal251334265270221620652114
Binary101010011101110010110101101110100101110100001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCB5; }

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

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

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

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

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

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

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

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