#A5E1B4

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

Shades of Fringy Flower #A5E1B4

Tints of Fringy Flower #A5E1B4

Color information

#A5E1B4 (or 0xA5E1B4) is unknown color: approx Fringy Flower. HEX triplet: A5, E1 and B4. RGB value is (165,225,180). Sum of RGB (Red+Green+Blue) = 165+225+180=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1B4 is #5A1E4B. Grayscale: #CACACA. Windows color (decimal): -5905996 or 11854245. OLE color: 11854245.

HSL color Cylindrical-coordinate representation of color #A5E1B4: hue angle of 135º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1B4 is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB165225180-
CMYK0.2700.20.12
HSL135º50%76.47%-
HSV(B)135º26.67%88.24%-
XYZ50.6865.1553.08-
YUV201.93115.62101.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=28.95%
G=39.47%
B=31.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251800.2700.20.121355076.47
HexA5E1B41B014C87324c
Octal245341264330241420762114
Binary101001011110000110110100110110101001100100001111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1B4; }

 p { color: rgb(165,225,180); }

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

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

 a { background-color: rgb(165,225,180); }

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

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

 span { border-color: rgb(165,225,180); }

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