#A1E8B5

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

Shades of Fringy Flower #A1E8B5

Tints of Fringy Flower #A1E8B5

Color information

#A1E8B5 (or 0xA1E8B5) is unknown color: approx Fringy Flower. HEX triplet: A1, E8 and B5. RGB value is (161,232,181). Sum of RGB (Red+Green+Blue) = 161+232+181=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8B5 is #5E174A. Grayscale: #CDCDCD. Windows color (decimal): -6166347 or 11921569. OLE color: 11921569.

HSL color Cylindrical-coordinate representation of color #A1E8B5: hue angle of 136.9º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8B5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB161232181-
CMYK0.3100.220.09
HSL136.9º60.68%77.06%-
HSV(B)136.9º30.6%90.98%-
XYZ51.968.6354.23-
YUV204.96114.4896.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 232 (91.02% from 255) = 40.42%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=28.05%
G=40.42%
B=31.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321810.3100.220.09136.960.6877.06
HexA1E8B51F0169893d4d
Octal241350265370261121175115
Binary101000011110100010110101111110101101001100010011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8B5; }

 p { color: rgb(161,232,181); }

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

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

 a { background-color: rgb(161,232,181); }

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

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

 span { border-color: rgb(161,232,181); }

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