#A5E9BB

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

Shades of Fringy Flower #A5E9BB

Tints of Fringy Flower #A5E9BB

Color information

#A5E9BB (or 0xA5E9BB) is unknown color: approx Fringy Flower. HEX triplet: A5, E9 and BB. RGB value is (165,233,187). Sum of RGB (Red+Green+Blue) = 165+233+187=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9BB is #5A1644. Grayscale: #CFCFCF. Windows color (decimal): -5903941 or 12315045. OLE color: 12315045.

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

Color convert

RGB165233187-
CMYK0.2900.200.09
HSL139.41º60.71%78.04%-
HSV(B)139.41º29.18%91.37%-
XYZ53.6369.8757.67-
YUV207.42116.4797.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 233 (91.41% from 255) = 39.83%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=28.21%
G=39.83%
B=31.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652331870.2900.200.09139.4160.7178.04
HexA5E9BB1D01498b3d4e
Octal245351273350241121375116
Binary101001011110100110111011111010101001001100010111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E9BB; }

 p { color: rgb(165,233,187); }

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

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

 a { background-color: rgb(165,233,187); }

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

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

 span { border-color: rgb(165,233,187); }

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