#A1F1B7

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

Shades of Fringy Flower #A1F1B7

Tints of Fringy Flower #A1F1B7

Color information

#A1F1B7 (or 0xA1F1B7) is unknown color: approx Fringy Flower. HEX triplet: A1, F1 and B7. RGB value is (161,241,183). Sum of RGB (Red+Green+Blue) = 161+241+183=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1B7 is #5E0E48. Grayscale: #D2D2D2. Windows color (decimal): -6164041 or 12054945. OLE color: 12054945.

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

Color convert

RGB161241183-
CMYK0.3300.240.05
HSL136.5º74.07%78.82%-
HSV(B)136.5º33.2%94.51%-
XYZ54.773.9156.18-
YUV210.47112.592.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 241 (94.53% from 255) = 41.20%
BLUE value IS 183 (71.88% from 255) = 31.28%
R=27.52%
G=41.20%
B=31.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411830.3300.240.05136.574.0778.82
HexA1F1B7210185884a4f
Octal241361267410305210112117
Binary1010000111110001101101111000010110001011000100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F1B7; }

 p { color: rgb(161,241,183); }

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

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

 a { background-color: rgb(161,241,183); }

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

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

 span { border-color: rgb(161,241,183); }

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