#A9FABA

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

Shades of Fringy Flower #A9FABA

Tints of Fringy Flower #A9FABA

Color information

#A9FABA (or 0xA9FABA) is unknown color: approx Fringy Flower. HEX triplet: A9, FA and BA. RGB value is (169,250,186). Sum of RGB (Red+Green+Blue) = 169+250+186=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FABA is #560545. Grayscale: #DADADA. Windows color (decimal): -5637446 or 12253865. OLE color: 12253865.

HSL color Cylindrical-coordinate representation of color #A9FABA: hue angle of 132.59º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FABA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB169250186-
CMYK0.3200.260.02
HSL132.59º89.01%82.16%-
HSV(B)132.59º32.4%98.04%-
XYZ59.4180.3558.83-
YUV218.48109.6692.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.93%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=27.93%
G=41.32%
B=30.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692501860.3200.260.02132.5989.0182.16
HexA9FABA2001A2855952
Octal251372272400322205131122
Binary101010011111101010111010100000011010101000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FABA; }

 p { color: rgb(169,250,186); }

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

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

 a { background-color: rgb(169,250,186); }

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

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

 span { border-color: rgb(169,250,186); }

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