#A6F1BF

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

Shades of Fringy Flower #A6F1BF

Tints of Fringy Flower #A6F1BF

Color information

#A6F1BF (or 0xA6F1BF) is unknown color: approx Fringy Flower. HEX triplet: A6, F1 and BF. RGB value is (166,241,191). Sum of RGB (Red+Green+Blue) = 166+241+191=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F1BF is #590E40. Grayscale: #D5D5D5. Windows color (decimal): -5836353 or 12579238. OLE color: 12579238.

HSL color Cylindrical-coordinate representation of color #A6F1BF: hue angle of 140º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F1BF is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB166241191-
CMYK0.3100.210.05
HSL140º72.82%79.8%-
HSV(B)140º31.12%94.51%-
XYZ56.5974.7860.74-
YUV212.88115.6594.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.76%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 191 (75% from 255) = 31.94%
R=27.76%
G=40.30%
B=31.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411910.3100.210.0514072.8279.8
HexA6F1BF1F01558c4950
Octal246361277370255214111120
Binary101001101111000110111111111110101011011000110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F1BF; }

 p { color: rgb(166,241,191); }

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

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

 a { background-color: rgb(166,241,191); }

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

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

 span { border-color: rgb(166,241,191); }

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