#A5FFBB

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

Shades of Fringy Flower #A5FFBB

Tints of Fringy Flower #A5FFBB

Color information

#A5FFBB (or 0xA5FFBB) is unknown color: approx Fringy Flower. HEX triplet: A5, FF and BB. RGB value is (165,255,187). Sum of RGB (Red+Green+Blue) = 165+255+187=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFBB is #5A0044. Grayscale: #DCDCDC. Windows color (decimal): -5898309 or 12320677. OLE color: 12320677.

HSL color Cylindrical-coordinate representation of color #A5FFBB: hue angle of 134.67º 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 #A5FFBB is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB165255187-
CMYK0.3500.270
HSL134.67º100%82.35%-
HSV(B)134.67º35.29%100%-
XYZ60.2583.1159.88-
YUV220.34109.1888.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=27.18%
G=42.01%
B=30.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551870.3500.270134.6710082.35
HexA5FFBB2301B0876452
Octal245377273430330207144122
Binary10100101111111111011101110001101101101000011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFBB; }

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

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

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

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

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

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

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

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