#A4FFBA

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

Shades of Fringy Flower #A4FFBA

Tints of Fringy Flower #A4FFBA

Color information

#A4FFBA (or 0xA4FFBA) is unknown color: approx Fringy Flower. HEX triplet: A4, FF and BA. RGB value is (164,255,186). Sum of RGB (Red+Green+Blue) = 164+255+186=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFBA is #5B0045. Grayscale: #DCDCDC. Windows color (decimal): -5963846 or 12255140. OLE color: 12255140.

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

Color convert

RGB164255186-
CMYK0.3600.270
HSL134.51º100%82.16%-
HSV(B)134.51º35.69%100%-
XYZ59.9382.9659.31-
YUV219.92108.8588.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=27.11%
G=42.15%
B=30.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551860.3600.270134.5110082.16
HexA4FFBA2401B0876452
Octal244377272440330207144122
Binary10100100111111111011101010010001101101000011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FFBA; }

 p { color: rgb(164,255,186); }

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

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

 a { background-color: rgb(164,255,186); }

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

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

 span { border-color: rgb(164,255,186); }

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