#A0FCB9

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

Shades of Fringy Flower #A0FCB9

Tints of Fringy Flower #A0FCB9

Color information

#A0FCB9 (or 0xA0FCB9) is unknown color: approx Fringy Flower. HEX triplet: A0, FC and B9. RGB value is (160,252,185). Sum of RGB (Red+Green+Blue) = 160+252+185=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB9 is #5F0346. Grayscale: #D9D9D9. Windows color (decimal): -6226759 or 12188832. OLE color: 12188832.

HSL color Cylindrical-coordinate representation of color #A0FCB9: hue angle of 136.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCB9 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB160252185-
CMYK0.3700.270.01
HSL136.3º93.88%80.78%-
HSV(B)136.3º36.51%98.82%-
XYZ58.0680.658.4-
YUV216.85110.0287.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.80%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=26.80%
G=42.21%
B=30.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521850.3700.270.01136.393.8880.78
HexA0FCB92501B1885e51
Octal240374271450331210136121
Binary10100000111111001011100110010101101111000100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCB9; }

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

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

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

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

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

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

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

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