#A1EAB9

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

Shades of Fringy Flower #A1EAB9

Tints of Fringy Flower #A1EAB9

Color information

#A1EAB9 (or 0xA1EAB9) is unknown color: approx Fringy Flower. HEX triplet: A1, EA and B9. RGB value is (161,234,185). Sum of RGB (Red+Green+Blue) = 161+234+185=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAB9 is #5E1546. Grayscale: #CECECE. Windows color (decimal): -6165831 or 12184225. OLE color: 12184225.

HSL color Cylindrical-coordinate representation of color #A1EAB9: hue angle of 139.73º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB161234185-
CMYK0.3100.210.08
HSL139.73º63.48%77.45%-
HSV(B)139.73º31.2%91.76%-
XYZ52.8869.9356.61-
YUV206.59115.8295.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=27.76%
G=40.34%
B=31.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341850.3100.210.08139.7363.4877.45
HexA1EAB91F01588c3f4d
Octal241352271370251021477115
Binary101000011110101010111001111110101011000100011001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EAB9; }

 p { color: rgb(161,234,185); }

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

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

 a { background-color: rgb(161,234,185); }

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

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

 span { border-color: rgb(161,234,185); }

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