#A9E1BE

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

Shades of Fringy Flower #A9E1BE

Tints of Fringy Flower #A9E1BE

Color information

#A9E1BE (or 0xA9E1BE) is unknown color: approx Fringy Flower. HEX triplet: A9, E1 and BE. RGB value is (169,225,190). Sum of RGB (Red+Green+Blue) = 169+225+190=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E1BE is #561E41. Grayscale: #CCCCCC. Windows color (decimal): -5643842 or 12509609. OLE color: 12509609.

HSL color Cylindrical-coordinate representation of color #A9E1BE: hue angle of 142.5º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E1BE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB169225190-
CMYK0.2500.160.12
HSL142.5º48.28%77.25%-
HSV(B)142.5º24.89%88.24%-
XYZ52.586658.68-
YUV204.27119.95102.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.94%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=28.94%
G=38.53%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692251900.2500.160.12142.548.2877.25
HexA9E1BE19010C8e304d
Octal251341276310201421660115
Binary101010011110000110111110110010100001100100011101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E1BE; }

 p { color: rgb(169,225,190); }

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

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

 a { background-color: rgb(169,225,190); }

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

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

 span { border-color: rgb(169,225,190); }

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