#A9FBE1

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

Shades of Water Leaf #A9FBE1

Tints of Water Leaf #A9FBE1

Color information

#A9FBE1 (or 0xA9FBE1) is unknown color: approx Water Leaf. HEX triplet: A9, FB and E1. RGB value is (169,251,225). Sum of RGB (Red+Green+Blue) = 169+251+225=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBE1 is #56041E. Grayscale: #DFDFDF. Windows color (decimal): -5637151 or 14810025. OLE color: 14810025.

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

Color convert

RGB169251225-
CMYK0.3300.100.02
HSL160.98º91.11%82.35%-
HSV(B)160.98º32.67%98.43%-
XYZ64.4582.8783.83-
YUV223.52128.8389.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.20%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=26.20%
G=38.91%
B=34.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512250.3300.100.02160.9891.1182.35
HexA9FBE1210A2a15b52
Octal251373341410122241133122
Binary10101001111110111110000110000101010101010000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBE1; }

 p { color: rgb(169,251,225); }

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

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

 a { background-color: rgb(169,251,225); }

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

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

 span { border-color: rgb(169,251,225); }

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