#A9FFE2

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

Shades of Water Leaf #A9FFE2

Tints of Water Leaf #A9FFE2

Color information

#A9FFE2 (or 0xA9FFE2) is unknown color: approx Water Leaf. HEX triplet: A9, FF and E2. RGB value is (169,255,226). Sum of RGB (Red+Green+Blue) = 169+255+226=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFE2 is #56001D. Grayscale: #E2E2E2. Windows color (decimal): -5636126 or 14876585. OLE color: 14876585.

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

Color convert

RGB169255226-
CMYK0.3400.110
HSL159.77º100%83.14%-
HSV(B)159.77º33.73%100%-
XYZ65.8585.4584.97-
YUV225.98128.0187.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=26%
G=39.23%
B=34.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552260.3400.110159.7710083.14
HexA9FFE2220B0a06453
Octal251377342420130240144123
Binary1010100111111111111000101000100101101010000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFE2; }

 p { color: rgb(169,255,226); }

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

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

 a { background-color: rgb(169,255,226); }

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

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

 span { border-color: rgb(169,255,226); }

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