#A5DFB4

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

Shades of Fringy Flower #A5DFB4

Tints of Fringy Flower #A5DFB4

Color information

#A5DFB4 (or 0xA5DFB4) is unknown color: approx Fringy Flower. HEX triplet: A5, DF and B4. RGB value is (165,223,180). Sum of RGB (Red+Green+Blue) = 165+223+180=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB4 is #5A204B. Grayscale: #C8C8C8. Windows color (decimal): -5906508 or 11853733. OLE color: 11853733.

HSL color Cylindrical-coordinate representation of color #A5DFB4: hue angle of 135.52º 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 #A5DFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB165223180-
CMYK0.2600.190.13
HSL135.52º47.54%76.08%-
HSV(B)135.52º26.01%87.45%-
XYZ50.1464.0752.9-
YUV200.76116.28102.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=29.05%
G=39.26%
B=31.69%

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
Decimal1652231800.2600.190.13135.5247.5476.08
HexA5DFB41A013D88304c
Octal245337264320231521060114
Binary101001011101111110110100110100100111101100010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFB4; }

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

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

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

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

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

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

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

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