#A9EBBD

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

Shades of Fringy Flower #A9EBBD

Tints of Fringy Flower #A9EBBD

Color information

#A9EBBD (or 0xA9EBBD) is unknown color: approx Fringy Flower. HEX triplet: A9, EB and BD. RGB value is (169,235,189). Sum of RGB (Red+Green+Blue) = 169+235+189=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBBD is #561442. Grayscale: #D2D2D2. Windows color (decimal): -5641283 or 12446633. OLE color: 12446633.

HSL color Cylindrical-coordinate representation of color #A9EBBD: hue angle of 138.18º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBBD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB169235189-
CMYK0.2800.200.08
HSL138.18º62.26%79.22%-
HSV(B)138.18º28.09%92.16%-
XYZ55.2671.5359.04-
YUV210.02116.1398.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=28.50%
G=39.63%
B=31.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692351890.2800.200.08138.1862.2679.22
HexA9EBBD1C01488a3e4f
Octal251353275340241021276117
Binary101010011110101110111101111000101001000100010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBBD; }

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

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

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

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

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

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

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

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