#A9FBE0

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

Shades of Water Leaf #A9FBE0

Tints of Water Leaf #A9FBE0

Color information

#A9FBE0 (or 0xA9FBE0) is unknown color: approx Water Leaf. HEX triplet: A9, FB and E0. RGB value is (169,251,224). Sum of RGB (Red+Green+Blue) = 169+251+224=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBE0 is #56041F. Grayscale: #DFDFDF. Windows color (decimal): -5637152 or 14744489. OLE color: 14744489.

HSL color Cylindrical-coordinate representation of color #A9FBE0: hue angle of 160.24º 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 #A9FBE0 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB169251224-
CMYK0.3300.110.02
HSL160.24º91.11%82.35%-
HSV(B)160.24º32.67%98.43%-
XYZ64.3182.8183.12-
YUV223.4128.3389.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.24%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=26.24%
G=38.98%
B=34.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692512240.3300.110.02160.2491.1182.35
HexA9FBE0210B2a05b52
Octal251373340410132240133122
Binary10101001111110111110000010000101011101010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FBE0; }

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

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

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

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

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

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

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

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