#A4F4DF

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

Shades of Water Leaf #A4F4DF

Tints of Water Leaf #A4F4DF

Color information

#A4F4DF (or 0xA4F4DF) is unknown color: approx Water Leaf. HEX triplet: A4, F4 and DF. RGB value is (164,244,223). Sum of RGB (Red+Green+Blue) = 164+244+223=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F4DF is #5B0B20. Grayscale: #D9D9D9. Windows color (decimal): -5966625 or 14677156. OLE color: 14677156.

HSL color Cylindrical-coordinate representation of color #A4F4DF: hue angle of 164.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4DF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB164244223-
CMYK0.3300.090.04
HSL164.25º78.43%80%-
HSV(B)164.25º32.79%95.69%-
XYZ60.9877.9281.64-
YUV217.6913189.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.99%
GREEN value IS 244 (95.70% from 255) = 38.67%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=25.99%
G=38.67%
B=35.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642442230.3300.090.04164.2578.4380
HexA4F4DF21094a44e50
Octal244364337410114244116120
Binary101001001111010011011111100001010011001010010010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F4DF; }

 p { color: rgb(164,244,223); }

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

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

 a { background-color: rgb(164,244,223); }

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

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

 span { border-color: rgb(164,244,223); }

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