#A5FDBD

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

Shades of Fringy Flower #A5FDBD

Tints of Fringy Flower #A5FDBD

Color information

#A5FDBD (or 0xA5FDBD) is unknown color: approx Fringy Flower. HEX triplet: A5, FD and BD. RGB value is (165,253,189). Sum of RGB (Red+Green+Blue) = 165+253+189=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDBD is #5A0242. Grayscale: #DBDBDB. Windows color (decimal): -5898819 or 12451237. OLE color: 12451237.

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

Color convert

RGB165253189-
CMYK0.3500.250.01
HSL136.36º95.65%81.96%-
HSV(B)136.36º34.78%99.22%-
XYZ59.8381.9260.8-
YUV219.39110.8589.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 253 (99.22% from 255) = 41.68%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=27.18%
G=41.68%
B=31.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531890.3500.250.01136.3695.6581.96
HexA5FDBD230191886052
Octal245375275430311210140122
Binary10100101111111011011110110001101100111000100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDBD; }

 p { color: rgb(165,253,189); }

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

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

 a { background-color: rgb(165,253,189); }

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

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

 span { border-color: rgb(165,253,189); }

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