#A9ECC0

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

Shades of Fringy Flower #A9ECC0

Tints of Fringy Flower #A9ECC0

Color information

#A9ECC0 (or 0xA9ECC0) is unknown color: approx Fringy Flower. HEX triplet: A9, EC and C0. RGB value is (169,236,192). Sum of RGB (Red+Green+Blue) = 169+236+192=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECC0 is #56133F. Grayscale: #D3D3D3. Windows color (decimal): -5641024 or 12643497. OLE color: 12643497.

HSL color Cylindrical-coordinate representation of color #A9ECC0: hue angle of 140.6º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECC0 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB169236192-
CMYK0.2800.190.07
HSL140.6º63.81%79.41%-
HSV(B)140.6º28.39%92.55%-
XYZ55.8772.2360.87-
YUV210.95117.398.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 236 (92.58% from 255) = 39.53%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=28.31%
G=39.53%
B=32.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692361920.2800.190.07140.663.8179.41
HexA9ECC01C01378d404f
Octal251354300340237215100117
Binary101010011110110011000000111000100111111000110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECC0; }

 p { color: rgb(169,236,192); }

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

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

 a { background-color: rgb(169,236,192); }

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

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

 span { border-color: rgb(169,236,192); }

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