#A5FDBA

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

Shades of Fringy Flower #A5FDBA

Tints of Fringy Flower #A5FDBA

Color information

#A5FDBA (or 0xA5FDBA) is unknown color: approx Fringy Flower. HEX triplet: A5, FD and BA. RGB value is (165,253,186). Sum of RGB (Red+Green+Blue) = 165+253+186=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDBA is #5A0245. Grayscale: #DBDBDB. Windows color (decimal): -5898822 or 12254629. OLE color: 12254629.

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

Color convert

RGB165253186-
CMYK0.3500.260.01
HSL134.32º95.65%81.96%-
HSV(B)134.32º34.78%99.22%-
XYZ59.5181.859.11-
YUV219.05109.3589.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=27.32%
G=41.89%
B=30.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652531860.3500.260.01134.3295.6581.96
HexA5FDBA2301A1866052
Octal245375272430321206140122
Binary10100101111111011011101010001101101011000011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDBA; }

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

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

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

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

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

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

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

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