#A1F2E0

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

Shades of Water Leaf #A1F2E0

Tints of Water Leaf #A1F2E0

Color information

#A1F2E0 (or 0xA1F2E0) is unknown color: approx Water Leaf. HEX triplet: A1, F2 and E0. RGB value is (161,242,224). Sum of RGB (Red+Green+Blue) = 161+242+224=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2E0 is #5E0D1F. Grayscale: #D7D7D7. Windows color (decimal): -6163744 or 14742177. OLE color: 14742177.

HSL color Cylindrical-coordinate representation of color #A1F2E0: hue angle of 166.67º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2E0 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB161242224-
CMYK0.3300.070.05
HSL166.67º75.7%79.02%-
HSV(B)166.67º33.47%94.9%-
XYZ59.976.4682.12-
YUV215.73132.6688.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.68%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=25.68%
G=38.60%
B=35.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612422240.3300.070.05166.6775.779.02
HexA1F2E021075a74c4f
Octal24136234041075247114117
Binary10100001111100101110000010000101111011010011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2E0; }

 p { color: rgb(161,242,224); }

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

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

 a { background-color: rgb(161,242,224); }

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

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

 span { border-color: rgb(161,242,224); }

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