#A4E4BA

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

Shades of Fringy Flower #A4E4BA

Tints of Fringy Flower #A4E4BA

Color information

#A4E4BA (or 0xA4E4BA) is unknown color: approx Fringy Flower. HEX triplet: A4, E4 and BA. RGB value is (164,228,186). Sum of RGB (Red+Green+Blue) = 164+228+186=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4BA is #5B1B45. Grayscale: #CCCCCC. Windows color (decimal): -5970758 or 12248228. OLE color: 12248228.

HSL color Cylindrical-coordinate representation of color #A4E4BA: hue angle of 140.62º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4BA is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB164228186-
CMYK0.2800.180.11
HSL140.62º54.24%76.86%-
HSV(B)140.62º28.07%89.41%-
XYZ51.9266.9256.64-
YUV204.08117.899.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.37%
GREEN value IS 228 (89.45% from 255) = 39.45%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=28.37%
G=39.45%
B=32.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642281860.2800.180.11140.6254.2476.86
HexA4E4BA1C012B8d364d
Octal244344272340221321566115
Binary101001001110010010111010111000100101011100011011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4BA; }

 p { color: rgb(164,228,186); }

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

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

 a { background-color: rgb(164,228,186); }

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

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

 span { border-color: rgb(164,228,186); }

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