#A1FEB9

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

Shades of Fringy Flower #A1FEB9

Tints of Fringy Flower #A1FEB9

Color information

#A1FEB9 (or 0xA1FEB9) is unknown color: approx Fringy Flower. HEX triplet: A1, FE and B9. RGB value is (161,254,185). Sum of RGB (Red+Green+Blue) = 161+254+185=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEB9 is #5E0146. Grayscale: #DADADA. Windows color (decimal): -6160711 or 12189345. OLE color: 12189345.

HSL color Cylindrical-coordinate representation of color #A1FEB9: hue angle of 135.48º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEB9 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB161254185-
CMYK0.3700.270.00
HSL135.48º97.89%81.37%-
HSV(B)135.48º36.61%99.61%-
XYZ58.981.9658.62-
YUV218.33109.1987.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=26.83%
G=42.33%
B=30.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541850.3700.270.00135.4897.8981.37
HexA1FEB92501B0876251
Octal241376271450330207142121
Binary10100001111111101011100110010101101101000011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEB9; }

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

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

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

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

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

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

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

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