#A4E8BC

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

Shades of Fringy Flower #A4E8BC

Tints of Fringy Flower #A4E8BC

Color information

#A4E8BC (or 0xA4E8BC) is unknown color: approx Fringy Flower. HEX triplet: A4, E8 and BC. RGB value is (164,232,188). Sum of RGB (Red+Green+Blue) = 164+232+188=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8BC is #5B1743. Grayscale: #CECECE. Windows color (decimal): -5969732 or 12380324. OLE color: 12380324.

HSL color Cylindrical-coordinate representation of color #A4E8BC: hue angle of 141.18º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8BC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB164232188-
CMYK0.2900.190.09
HSL141.18º59.65%77.65%-
HSV(B)141.18º29.31%90.98%-
XYZ53.2469.2458.13-
YUV206.65117.4797.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 232 (91.02% from 255) = 39.73%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=28.08%
G=39.73%
B=32.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642321880.2900.190.09141.1859.6577.65
HexA4E8BC1D01398d3c4e
Octal244350274350231121574116
Binary101001001110100010111100111010100111001100011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8BC; }

 p { color: rgb(164,232,188); }

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

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

 a { background-color: rgb(164,232,188); }

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

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

 span { border-color: rgb(164,232,188); }

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