#A6E2B5

Color #A6E2B5 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A6E2B5

Tints of Fringy Flower #A6E2B5

Color information

#A6E2B5 (or 0xA6E2B5) is unknown color: approx Fringy Flower. HEX triplet: A6, E2 and B5. RGB value is (166,226,181). Sum of RGB (Red+Green+Blue) = 166+226+181=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2B5 is #591D4A. Grayscale: #CBCBCB. Windows color (decimal): -5840203 or 11920038. OLE color: 11920038.

HSL color Cylindrical-coordinate representation of color #A6E2B5: hue angle of 135º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2B5 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB166226181-
CMYK0.2700.200.11
HSL135º50.85%76.86%-
HSV(B)135º26.55%88.63%-
XYZ51.2665.8453.72-
YUV202.93115.62101.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=28.97%
G=39.44%
B=31.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261810.2700.200.1113550.8576.86
HexA6E2B51B014B87334d
Octal246342265330241320763115
Binary101001101110001010110101110110101001011100001111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2B5; }

 p { color: rgb(166,226,181); }

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

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

 a { background-color: rgb(166,226,181); }

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

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

 span { border-color: rgb(166,226,181); }

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