#A5FFBA

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

Shades of Fringy Flower #A5FFBA

Tints of Fringy Flower #A5FFBA

Color information

#A5FFBA (or 0xA5FFBA) is unknown color: approx Fringy Flower. HEX triplet: A5, FF and BA. RGB value is (165,255,186). Sum of RGB (Red+Green+Blue) = 165+255+186=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFBA is #5A0045. Grayscale: #DCDCDC. Windows color (decimal): -5898310 or 12255141. OLE color: 12255141.

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

Color convert

RGB165255186-
CMYK0.3500.270
HSL134º100%82.35%-
HSV(B)134º35.29%100%-
XYZ60.1483.0659.32-
YUV220.22108.6888.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=27.23%
G=42.08%
B=30.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551860.3500.27013410082.35
HexA5FFBA2301B0866452
Octal245377272430330206144122
Binary10100101111111111011101010001101101101000011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFBA; }

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

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

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

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

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

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

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

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