#A9F1BD

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

Shades of Fringy Flower #A9F1BD

Tints of Fringy Flower #A9F1BD

Color information

#A9F1BD (or 0xA9F1BD) is unknown color: approx Fringy Flower. HEX triplet: A9, F1 and BD. RGB value is (169,241,189). Sum of RGB (Red+Green+Blue) = 169+241+189=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F1BD is #560E42. Grayscale: #D5D5D5. Windows color (decimal): -5639747 or 12448169. OLE color: 12448169.

HSL color Cylindrical-coordinate representation of color #A9F1BD: hue angle of 136.67º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1BD is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB169241189-
CMYK0.3000.220.05
HSL136.67º72%80.39%-
HSV(B)136.67º29.88%94.51%-
XYZ5775.0259.62-
YUV213.54114.1596.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=28.21%
G=40.23%
B=31.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692411890.3000.220.05136.677280.39
HexA9F1BD1E0165894850
Octal251361275360265211110120
Binary101010011111000110111101111100101101011000100110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F1BD; }

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

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

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

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

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

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

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

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