#A9FFEA

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

Shades of Water Leaf #A9FFEA

Tints of Water Leaf #A9FFEA

Color information

#A9FFEA (or 0xA9FFEA) is unknown color: approx Water Leaf. HEX triplet: A9, FF and EA. RGB value is (169,255,234). Sum of RGB (Red+Green+Blue) = 169+255+234=658 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.68% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFEA is #560015. Grayscale: #E2E2E2. Windows color (decimal): -5636118 or 15400873. OLE color: 15400873.

HSL color Cylindrical-coordinate representation of color #A9FFEA: hue angle of 165.35º 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 #A9FFEA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB169255234-
CMYK0.3400.080
HSL165.35º100%83.14%-
HSV(B)165.35º33.73%100%-
XYZ66.9785.990.89-
YUV226.89132.0186.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.68%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=25.68%
G=38.75%
B=35.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552340.3400.080165.3510083.14
HexA9FFEA22080a56453
Octal251377352420100245144123
Binary1010100111111111111010101000100100001010010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFEA; }

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

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

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

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

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

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

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

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