#A5EDB8

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

Shades of Fringy Flower #A5EDB8

Tints of Fringy Flower #A5EDB8

Color information

#A5EDB8 (or 0xA5EDB8) is unknown color: approx Fringy Flower. HEX triplet: A5, ED and B8. RGB value is (165,237,184). Sum of RGB (Red+Green+Blue) = 165+237+184=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDB8 is #5A1247. Grayscale: #D1D1D1. Windows color (decimal): -5902920 or 12119461. OLE color: 12119461.

HSL color Cylindrical-coordinate representation of color #A5EDB8: hue angle of 135.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDB8 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB165237184-
CMYK0.3000.220.07
HSL135.83º66.67%78.82%-
HSV(B)135.83º30.38%92.94%-
XYZ54.4572.0356.38-
YUV209.43113.6596.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=28.16%
G=40.44%
B=31.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371840.3000.220.07135.8366.6778.82
HexA5EDB81E016788434f
Octal245355270360267210103117
Binary101001011110110110111000111100101101111000100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDB8; }

 p { color: rgb(165,237,184); }

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

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

 a { background-color: rgb(165,237,184); }

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

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

 span { border-color: rgb(165,237,184); }

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