#A5E8BC

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

Shades of Fringy Flower #A5E8BC

Tints of Fringy Flower #A5E8BC

Color information

#A5E8BC (or 0xA5E8BC) is unknown color: approx Fringy Flower. HEX triplet: A5, E8 and BC. RGB value is (165,232,188). Sum of RGB (Red+Green+Blue) = 165+232+188=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8BC is #5A1743. Grayscale: #CFCFCF. Windows color (decimal): -5904196 or 12380325. OLE color: 12380325.

HSL color Cylindrical-coordinate representation of color #A5E8BC: hue angle of 140.6º degrees, saturation: 0.59, 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 #A5E8BC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB165232188-
CMYK0.2900.190.09
HSL140.6º59.29%77.84%-
HSV(B)140.6º28.88%90.98%-
XYZ53.4569.3458.14-
YUV206.95117.398.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 232 (91.02% from 255) = 39.66%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=28.21%
G=39.66%
B=32.14%

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
Decimal1652321880.2900.190.09140.659.2977.84
HexA5E8BC1D01398d3b4e
Octal245350274350231121573116
Binary101001011110100010111100111010100111001100011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E8BC; }

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

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

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

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

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

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

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

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