#A5FFE7

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

Shades of Water Leaf #A5FFE7

Tints of Water Leaf #A5FFE7

Color information

#A5FFE7 (or 0xA5FFE7) is unknown color: approx Water Leaf. HEX triplet: A5, FF and E7. RGB value is (165,255,231). Sum of RGB (Red+Green+Blue) = 165+255+231=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFE7 is #5A0018. Grayscale: #E1E1E1. Windows color (decimal): -5898265 or 15204261. OLE color: 15204261.

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

Color convert

RGB165255231-
CMYK0.3500.090
HSL164º100%82.35%-
HSV(B)164º35.29%100%-
XYZ65.785.2988.6-
YUV225.35131.1884.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.35%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=25.35%
G=39.17%
B=35.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552310.3500.09016410082.35
HexA5FFE723090a46452
Octal245377347430110244144122
Binary1010010111111111111001111000110100101010010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFE7; }

 p { color: rgb(165,255,231); }

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

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

 a { background-color: rgb(165,255,231); }

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

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

 span { border-color: rgb(165,255,231); }

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