#A1FCBA

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

Shades of Fringy Flower #A1FCBA

Tints of Fringy Flower #A1FCBA

Color information

#A1FCBA (or 0xA1FCBA) is unknown color: approx Fringy Flower. HEX triplet: A1, FC and BA. RGB value is (161,252,186). Sum of RGB (Red+Green+Blue) = 161+252+186=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCBA is #5E0345. Grayscale: #D9D9D9. Windows color (decimal): -6161222 or 12254369. OLE color: 12254369.

HSL color Cylindrical-coordinate representation of color #A1FCBA: hue angle of 136.48º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCBA is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB161252186-
CMYK0.3600.260.01
HSL136.48º93.81%80.98%-
HSV(B)136.48º36.11%98.82%-
XYZ58.3780.7458.96-
YUV217.27110.3587.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.88%
GREEN value IS 252 (98.83% from 255) = 42.07%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=26.88%
G=42.07%
B=31.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521860.3600.260.01136.4893.8180.98
HexA1FCBA2401A1885e51
Octal241374272440321210136121
Binary10100001111111001011101010010001101011000100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCBA; }

 p { color: rgb(161,252,186); }

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

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

 a { background-color: rgb(161,252,186); }

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

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

 span { border-color: rgb(161,252,186); }

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