#A1F0B6

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

Shades of Fringy Flower #A1F0B6

Tints of Fringy Flower #A1F0B6

Color information

#A1F0B6 (or 0xA1F0B6) is unknown color: approx Fringy Flower. HEX triplet: A1, F0 and B6. RGB value is (161,240,182). Sum of RGB (Red+Green+Blue) = 161+240+182=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0B6 is #5E0F49. Grayscale: #D1D1D1. Windows color (decimal): -6164298 or 11989153. OLE color: 11989153.

HSL color Cylindrical-coordinate representation of color #A1F0B6: hue angle of 135.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0B6 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB161240182-
CMYK0.3300.240.06
HSL135.95º72.48%78.63%-
HSV(B)135.95º32.92%94.12%-
XYZ54.373.2755.54-
YUV209.77112.3393.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=27.62%
G=41.17%
B=31.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401820.3300.240.06135.9572.4878.63
HexA1F0B621018688484f
Octal241360266410306210110117
Binary1010000111110000101101101000010110001101000100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0B6; }

 p { color: rgb(161,240,182); }

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

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

 a { background-color: rgb(161,240,182); }

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

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

 span { border-color: rgb(161,240,182); }

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