#A9FCE2

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

Shades of Water Leaf #A9FCE2

Tints of Water Leaf #A9FCE2

Color information

#A9FCE2 (or 0xA9FCE2) is unknown color: approx Water Leaf. HEX triplet: A9, FC and E2. RGB value is (169,252,226). Sum of RGB (Red+Green+Blue) = 169+252+226=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCE2 is #56031D. Grayscale: #E0E0E0. Windows color (decimal): -5636894 or 14875817. OLE color: 14875817.

HSL color Cylindrical-coordinate representation of color #A9FCE2: hue angle of 161.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCE2 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB169252226-
CMYK0.3300.100.01
HSL161.2º93.26%82.55%-
HSV(B)161.2º32.94%98.82%-
XYZ64.983.5584.66-
YUV224.2212988.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.12%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=26.12%
G=38.95%
B=34.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692522260.3300.100.01161.293.2682.55
HexA9FCE2210A1a15d53
Octal251374342410121241135123
Binary1010100111111100111000101000010101011010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FCE2; }

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

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

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

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

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

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

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

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