#A0FAB9

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

Shades of Fringy Flower #A0FAB9

Tints of Fringy Flower #A0FAB9

Color information

#A0FAB9 (or 0xA0FAB9) is unknown color: approx Fringy Flower. HEX triplet: A0, FA and B9. RGB value is (160,250,185). Sum of RGB (Red+Green+Blue) = 160+250+185=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FAB9 is #5F0546. Grayscale: #D7D7D7. Windows color (decimal): -6227271 or 12188320. OLE color: 12188320.

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

Color convert

RGB160250185-
CMYK0.3600.260.02
HSL136.67º90%80.39%-
HSV(B)136.67º36%98.04%-
XYZ57.4479.3558.19-
YUV215.68110.6888.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.89%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=26.89%
G=42.02%
B=31.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501850.3600.260.02136.679080.39
HexA0FAB92401A2895a50
Octal240372271440322211132120
Binary101000001111101010111001100100011010101000100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAB9; }

 p { color: rgb(160,250,185); }

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

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

 a { background-color: rgb(160,250,185); }

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

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

 span { border-color: rgb(160,250,185); }

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