#A2F1DE

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

Shades of Water Leaf #A2F1DE

Tints of Water Leaf #A2F1DE

Color information

#A2F1DE (or 0xA2F1DE) is unknown color: approx Water Leaf. HEX triplet: A2, F1 and DE. RGB value is (162,241,222). Sum of RGB (Red+Green+Blue) = 162+241+222=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1DE is #5D0E21. Grayscale: #D7D7D7. Windows color (decimal): -6098466 or 14610850. OLE color: 14610850.

HSL color Cylindrical-coordinate representation of color #A2F1DE: hue angle of 165.57º degrees, saturation: 0.74, 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 #A2F1DE is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB162241222-
CMYK0.3300.080.05
HSL165.57º73.83%79.02%-
HSV(B)165.57º32.78%94.51%-
XYZ59.5475.8780.61-
YUV215.21131.8390.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.92%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=25.92%
G=38.56%
B=35.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622412220.3300.080.05165.5773.8379.02
HexA2F1DE21085a64a4f
Octal242361336410105246112117
Binary101000101111000111011110100001010001011010011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F1DE; }

 p { color: rgb(162,241,222); }

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

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

 a { background-color: rgb(162,241,222); }

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

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

 span { border-color: rgb(162,241,222); }

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