#A9E1BD

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

Shades of Fringy Flower #A9E1BD

Tints of Fringy Flower #A9E1BD

Color information

#A9E1BD (or 0xA9E1BD) is unknown color: approx Fringy Flower. HEX triplet: A9, E1 and BD. RGB value is (169,225,189). Sum of RGB (Red+Green+Blue) = 169+225+189=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E1BD is #561E42. Grayscale: #CCCCCC. Windows color (decimal): -5643843 or 12444073. OLE color: 12444073.

HSL color Cylindrical-coordinate representation of color #A9E1BD: hue angle of 141.43º 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 #A9E1BD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB169225189-
CMYK0.2500.160.12
HSL141.43º48.28%77.25%-
HSV(B)141.43º24.89%88.24%-
XYZ52.4765.9658.11-
YUV204.15119.45102.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=28.99%
G=38.59%
B=32.42%

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
Decimal1692251890.2500.160.12141.4348.2877.25
HexA9E1BD19010C8d304d
Octal251341275310201421560115
Binary101010011110000110111101110010100001100100011011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E1BD; }

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

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

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

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

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

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

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

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