#A4FEE4

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

Shades of Water Leaf #A4FEE4

Tints of Water Leaf #A4FEE4

Color information

#A4FEE4 (or 0xA4FEE4) is unknown color: approx Water Leaf. HEX triplet: A4, FE and E4. RGB value is (164,254,228). Sum of RGB (Red+Green+Blue) = 164+254+228=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEE4 is #5B011B. Grayscale: #E0E0E0. Windows color (decimal): -5964060 or 15007396. OLE color: 15007396.

HSL color Cylindrical-coordinate representation of color #A4FEE4: hue angle of 162.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEE4 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB164254228-
CMYK0.3500.100.00
HSL162.67º97.83%81.96%-
HSV(B)162.67º35.43%99.61%-
XYZ64.7684.3886.27-
YUV224.13130.1885.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.39%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=25.39%
G=39.32%
B=35.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642542280.3500.100.00162.6797.8381.96
HexA4FEE4230A0a36252
Octal244376344430120243142122
Binary1010010011111110111001001000110101001010001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FEE4; }

 p { color: rgb(164,254,228); }

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

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

 a { background-color: rgb(164,254,228); }

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

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

 span { border-color: rgb(164,254,228); }

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