#A4FDE5

Color #A4FDE5 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A4FDE5

Tints of Water Leaf #A4FDE5

Color information

#A4FDE5 (or 0xA4FDE5) is unknown color: approx Water Leaf. HEX triplet: A4, FD and E5. RGB value is (164,253,229). Sum of RGB (Red+Green+Blue) = 164+253+229=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDE5 is #5B021A. Grayscale: #DFDFDF. Windows color (decimal): -5964315 or 15072676. OLE color: 15072676.

HSL color Cylindrical-coordinate representation of color #A4FDE5: hue angle of 163.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FDE5 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB164253229-
CMYK0.3500.090.01
HSL163.82º95.7%81.76%-
HSV(B)163.82º35.18%99.22%-
XYZ64.5883.886.9-
YUV223.65131.0185.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.39%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=25.39%
G=39.16%
B=35.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642532290.3500.090.01163.8295.781.76
HexA4FDE523091a46052
Octal244375345430111244140122
Binary1010010011111101111001011000110100111010010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FDE5; }

 p { color: rgb(164,253,229); }

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

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

 a { background-color: rgb(164,253,229); }

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

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

 span { border-color: rgb(164,253,229); }

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