#A5DFB5

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

Shades of Fringy Flower #A5DFB5

Tints of Fringy Flower #A5DFB5

Color information

#A5DFB5 (or 0xA5DFB5) is unknown color: approx Fringy Flower. HEX triplet: A5, DF and B5. RGB value is (165,223,181). Sum of RGB (Red+Green+Blue) = 165+223+181=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB5 is #5A204A. Grayscale: #C8C8C8. Windows color (decimal): -5906507 or 11919269. OLE color: 11919269.

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

Color convert

RGB165223181-
CMYK0.2600.190.13
HSL136.55º47.54%76.08%-
HSV(B)136.55º26.01%87.45%-
XYZ50.2564.1153.44-
YUV200.87116.78102.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=29.00%
G=39.19%
B=31.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231810.2600.190.13136.5547.5476.08
HexA5DFB51A013D89304c
Octal245337265320231521160114
Binary101001011101111110110101110100100111101100010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFB5; }

 p { color: rgb(165,223,181); }

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

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

 a { background-color: rgb(165,223,181); }

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

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

 span { border-color: rgb(165,223,181); }

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